代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/367444/9747733
m svcplot.m
function [h] = svcplot(X,Y,ker,alpha,bias,aspect,mag,xaxis,yaxis,input)
%SVCPLOT Support Vector Machine Plotting routine
%
% Usage: svcplot(X,Y,ker,alpha,bias,zoom,xaxis,yaxis,input)
%
% Parameters:
www.eeworm.com/read/148342/12474577
m svcplot.m
function [h] = svcplot(X,Y,ker,alpha,bias,aspect,mag,xaxis,yaxis,input)
%SVCPLOT Support Vector Machine Plotting routine
%
% Usage: svcplot(X,Y,ker,alpha,bias,zoom,xaxis,yaxis,input)
%
% Parameters:
www.eeworm.com/read/146640/12628563
m svcplot.m
function [h] = svcplot(X,Y,ker,alpha,bias,aspect,mag,xaxis,yaxis,input)
%SVCPLOT Support Vector Machine Plotting routine
%
% Usage: svcplot(X,Y,ker,alpha,bias,zoom,xaxis,yaxis,input)
%
% Parameters:
www.eeworm.com/read/189063/8492818
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/433114/8545559
m histoplot1.m
function aux=histoplot1(x,edges,varargin)
% Histogram plot (1-D)
%
% Written by: E. R.: September 19, 2003
% Last updated: April 10, 2008: Generalize plotting of percentile lines
%
% aux=histop
www.eeworm.com/read/388439/8609418
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/288527/8626761
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/431224/8695410
m fm_plotsel.m
function fig = fm_plotsel(varargin)
% FM_PLOTSEL create GUI to select plotting variables
%
% HDL = FM_PLOTSEL()
%
%Author: Federico Milano
%Date: 21-Dec-2005
%Version: 1.0.0
%
%E-mail: Fe
www.eeworm.com/read/386050/8767432
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/429246/8814167
m plotresult.m
% Post Processing of the Data for Plotting:
pos = [10 40 500 300];
h_1 = figure(1);
set(h_1,'pos',pos);
polar(PolarCoords(:,2) - Measurement_noise(:,2), ...
PolarCoords(:,1) - Measurement_n