代码搜索:plotting
找到约 1,607 项符合「plotting」的源代码
代码结果 1,607
www.eeworm.com/read/236503/14013256
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/235612/14060687
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
www.eeworm.com/read/202785/15373371
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/111979/15498618
htm read.cgi-read=9978.htm
Plotting from a CDaoRecordView dialog box
www.eeworm.com/read/390512/8461903
m ppplot.m
% File: ppplot.m
% ppplot.m is the script file for plotting phase plane plots. If the
% phase plane is constrained to (-pi,pi) ppplot.m calls pplane.m.
% Software given here is to accompany the te
www.eeworm.com/read/289710/8533759
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/289416/8552731
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/388785/8575469
m tdofpz3x3.m
echo off
% tdofpz3x3.m plotting poles/zeros of tdof model, all 9 plots
% Uses the "num/den" form of the transfer function, calculates and plots
% all nine pole/zero combinations for the nine diff
www.eeworm.com/read/287843/8664776
m modmap.m
function y = modmap(x, Fd, Fs, method, M, opt2, opt3)
%MODMAP Map a digital signal to an analog signal.
%
% Plotting syntaxes:
% MODMAP(METHOD...) plots the signal constellation associated wit
www.eeworm.com/read/285800/8817112
m ppplot.m
% File: ppplot.m
% ppplot.m is the script file for plotting phase plane plots. If the
% phase plane is constrained to (-pi,pi) ppplot.m calls pplane.m.
% Software given here is to accompany the te