代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/237293/13969766
awk splitrayden.awk
# awk -script to split ray-density tensor output file from
# velsort (raydenxx.xx.xyz) into class-files for plotting
#
# classes are a combination of ray distr.(=qual)
# and total weighted ray length
www.eeworm.com/read/290607/8472115
m plotbotopt.m
%PLOTBOTOPT Define options for robot plotting
%
% Default options for robot/plot function.
% $Log: plotbotopt.m,v $
% Revision 1.1 2002/04/01 11:47:15 pic
% General cleanup of code: help comments,
www.eeworm.com/read/189063/8492959
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/388439/8609540
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/288527/8626868
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/181816/9236185
m svcplot.m
function 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/178406/9399758
m tst_rotdraw.m
%tst_rotdraw.m
%
% demonstrate building a rotor model (as a Matlab structure)
% and plotting it in (fancy) 3d plot
%
% By: Izhak Bucher
% Date: 8-June-2000
% How: Free for any non-profit use
www.eeworm.com/read/178406/9399771
m tst_rotany.m
%tst_rotdraw.m
%
% demonstrate building a rotor model (as a Matlab structure)
% and plotting it in (fancy) 3d plot
%
% By: Izhak Bucher
% Date: 8-June-2000
% How: Free for any non-profit use
www.eeworm.com/read/177981/9425087
m da_hist.m
%
% da_2dsc
%
% Programme for plotting 2D scatter graphs
%
% Sort the screen out
%
da_front;
drawnow;
ax1=axes(...
'Units','pixels',...
'Position',[50 150 500 250],...
'Box','on',..
www.eeworm.com/read/168118/9937632
m visifit.m
function [p,coeff]= visifit(y,x,norder)
% [p,coeff]= visifit(y,x,norder)
%
% VISIFIT allows the interactive fitting of an n'th order
% polynomial to the data y(x). After plotting y(x) VISIFIT
% gra