代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/493294/6399942
m prex_som.m
%PREX_SOM PRTools example on training SelfOrganizing Maps
%
% Show the training and plotting of 1- or 1-D Self-Organizing Maps.
%
help prex_som
echo on
% Set size of the SOM
k = [5 1];
www.eeworm.com/read/480200/6668025
m demo_kde_1.m
% Simple Example #1 -- construction, BW choice, plotting
%
%
fprintf('KDE Example #1 : 1D density estimate with various kernels, auto BW choices\n');
p = kde([.1,.45,.55,.8],.08); % create a mi
www.eeworm.com/read/264420/11315644
m da_pc2d.m
%
% da_pc2d.m
%
% menus etc for plotting one principal component
% verus time
%
%
% Sort the screen out
%
da_front;
da_pcapb;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[5
www.eeworm.com/read/400577/11572637
m prex_som.m
%PREX_SOM PRTools example on training SelfOrganizing Maps
%
% Show the training and plotting of 1- or 1-D Self-Organizing Maps.
%
help prex_som
delfigs
echo on
% Set size of the SOM
k = [5
www.eeworm.com/read/261464/11643503
c spectrogram_mode_funcs.c
#include
#include "fft-spectra.h"
#include "image.h"
#define NSILENCE 20
static float ymax=0,ymin=1e40; /* Remember maximal and minimal intensity for plotting with a constant scale
www.eeworm.com/read/154760/11928774
m digiplot.m
function [td0,yd0] = digiplot(t,y,lin,clr)
% DIGIPLOT Plot of staircase type function.
%
% [TD,YD] = DIGIPLOT(T,Y) returns plotting data TD and YD of
% Y versus T as a staircase
www.eeworm.com/read/255755/12057306
m prex_som.m
%PREX_SOM PRTools example on training SelfOrganizing Maps
%
% Show the training and plotting of 1- or 1-D Self-Organizing Maps.
%
help prex_som
echo on
% Set size of the SOM
k = [5 1];
www.eeworm.com/read/150905/12248363
m prex_som.m
%PREX_SOM PRTools example on training SelfOrganizing Maps
%
% Show the training and plotting of 1- or 1-D Self-Organizing Maps.
%
help prex_som
echo on
% Set size of the SOM
k = [5 1];
www.eeworm.com/read/149739/12352725
m prex_som.m
%PREX_SOM PRTools example on training SelfOrganizing Maps
%
% Show the training and plotting of 1- or 1-D Self-Organizing Maps.
%
help prex_som
echo on
% Set size of the SOM
k = [5 1];
www.eeworm.com/read/124842/14534373
m da_pc2d.m
%
% da_pc2d.m
%
% menus etc for plotting one principal component
% verus time
%
%
% Sort the screen out
%
da_front;
da_pcapb;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[5