代码搜索:plot

找到约 10,000 项符合「plot」的源代码

代码结果 10,000
www.eeworm.com/read/316420/13523052

m test3trajectory.m

%% Author: epokh %% Website: www.epokh.org/drupy %% This software is under GPL close all clc %%NOTICE: accelaration is not continuous because we can't impose it with %% 3th order polynomials:
www.eeworm.com/read/316414/13523317

m touchtone.m

function touchtone(arg) % TOUCHTONE Use FFT to synthesize and analyze telephone dialing % % The dual tone multi-frequency (DTMF) standard specifies that the tone % generated by a button on a tele
www.eeworm.com/read/316412/13523396

m touchtone.m

function touchtone(arg) % TOUCHTONE Use FFT to synthesize and analyze telephone dialing % % The dual tone multi-frequency (DTMF) standard specifies that the tone % generated by a button on a telephon
www.eeworm.com/read/316047/13531331

m plotcorana.m

function [z, a] = coranaEval(per) i=0; a=-0.9:per:0.9; sz=size(a,2); z=zeros(sz,sz); for x=a i=i+1; j=0; for y=a j=j+1; z(i,j)=coranaFeval([x y]); end end %Done! %First let's look at it
www.eeworm.com/read/316047/13531348

m orderbasedexample.m

echo on % This script shows how to use the ga using an order-based representation. % You should see the demos for % more information as well. gademo1, gademo2, gademo3 global distMatrix % Setting the
www.eeworm.com/read/315751/13536838

m smithcir.m

% smithcir.m - add stability and constant gain circles on Smith chart % % Usage: smithcir(c,r,maxG,width) % smithcir(c,r,maxG) (equivalent to width=1) % smithcir(c,r)
www.eeworm.com/read/315461/13541920

m ch11_e.m

% Run the inverted pendulum simulation opts = simset('InitialState',[0,0,0,0,0],'Solver','ode45') ; [t,x] = sim('sysmdl_i',[0:0.1:10],opts) ; % Plot the position and pendulum angle subplot(2,1,1); pl
www.eeworm.com/read/315199/13548877

m plotaiwa.m

%结果绘图函数 function plotaiwa(a,R) scatter(a(:,1),a(:,2),'x') hold on plot([a(R(1),1),a(R(20),1)],[a(R(1),2),a(R(20),2)]) hold on for i=2:length(R) x0=a(R(i-1),1); y0=a(R(i-1),2); x1=
www.eeworm.com/read/315146/13550197

m plotcorana.m

function [z, a] = coranaEval(per) i=0; a=-0.9:per:0.9; sz=size(a,2); z=zeros(sz,sz); for x=a i=i+1; j=0; for y=a j=j+1; z(i,j)=coranaFeval([x y]); end end %Done! %First let's look at it
www.eeworm.com/read/315146/13550212

m orderbasedexample.m

echo on % This script shows how to use the ga using an order-based representation. % You should see the demos for % more information as well. gademo1, gademo2, gademo3 global distMatrix % Setting the