代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/466855/7022139
m exa120502.m
%--------------------------------------------------------------------------
% exa120502.m, for example 12.5.2 and fig12.5.4
%-----------------------------------------------------------------------
www.eeworm.com/read/466855/7022159
m exa010201a.m
%---------------------------------------------------------------------------------------
% exa010201a.m, for example 1.2.2
% 说明信号的子带分解;
%----------------------------------------------------------
www.eeworm.com/read/466896/7022902
m fda2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function fda2()
% z.li, 04-12-2004
% fisher discriminant analysis
% function dependency:
% - n/a
% input:
www.eeworm.com/read/466896/7023006
m fda.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function fda()
% z.li, 04-12-2004
% fisher discriminant analysis
% function dependency:
% - n/a
% input:
www.eeworm.com/read/466918/7023471
m xch14.m
x=linspace(-6,6,100);
y=1./(x.^2+1);
x1=linspace(-6,6,41);
y1=1./(x1.^2+1);
plot(x,y,x1,y1,x1,y1,'o','LineWidth',1.5),
gtext('n=40'),
www.eeworm.com/read/466918/7023473
m lch.m
m=101;
x=-5:10/(m-1):5;
y=1./(1+x.^2);z=0*x;
plot(x,z,'r',x,y,'LineWidth',1.5),
gtext('y=1/(1+x^2)'),pause
n=3;
x0=-5:10/(n-1):5;
y0=1./(1+x0.^2);
y1=lagr1(x0,y0,x);
hold on,plot(x,y1,'b'),
www.eeworm.com/read/466918/7023474
m xch12.m
x=linspace(-6,6,100);
y=1./(x.^2+1);
x1=linspace(-6,6,11);
y1=1./(x1.^2+1);
plot(x,y,x1,y1,x1,y1,'o','LineWidth',1.5),
gtext('n=10'),
www.eeworm.com/read/466918/7023482
m xch13.m
x=linspace(-6,6,100);
y=1./(x.^2+1);
x1=linspace(-6,6,21);
y1=1./(x1.^2+1);
plot(x,y,x1,y1,x1,y1,'o','LineWidth',1.5),
gtext('n=20'),
www.eeworm.com/read/466623/7029932
m examp5_5.m
subplot(221), plot(tout,yout(:,4))
subplot(222), plot(tout,yout(:,1))
subplot(223), plot(tout,yout(:,2))
subplot(224), plot(tout,yout(:,3))
www.eeworm.com/read/466713/7031742
m first1.m
a1=-0.195;
a2=0.95;
vt=(1-a2)*[(1+a2)^2-a1^2]/(1+a2)
r(1)=-a1/(1+a2);
r(2)=-a2+a1^2/(1+a2)
p1=1/2*[-a1+(a1^2-4*a2)^(1/2)]
p2=1/2*[-a1-(a1^2-4*a2)^(1/2)]
for m=3:255
r(m)=-a1*r(m-1)-a2*r(m-