代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/446553/7576902
m pet.m
global epsilon1;
global epsilon2;
global h;
epsilon1=10^(-9);
epsilon2=10^(-9);
h=10^(-7);
x0=[1 2];
tspan=[0 10];
[t,x]=ode45('algebraic',tspan,x0);
plot(t,x(:,1));
figure
plot(t,x(:,2
www.eeworm.com/read/445856/7589311
m newlqr.m
A=[-0.1778 0 0 0 0 -9.7807 -9.7807 0 0 0 0;0 -0.3104 0 0 9.7807 0 0 9.7807 0 0 0;-0.3326 -0.5353 0 0 0 0 75.764 343.86 0 0 0;
-0.903 -.249 0 0 0 0 172.62 -59.958 0 0 0;0 0 1 0 0 0 0 0 0 0 0;0 0
www.eeworm.com/read/445856/7589312
m alexlqg.m
%sys1=lqgreg(kalmf,F)
%LQG Control Design
RSYS = reg(sys_pl,F,Ke)
time=0:0.01:2;%simulation time
u=initial(RSYS,x0,time);
u1=[1 0 0 0]*u';
u2=[0 1 0 0]*u';
u3=[0 0 1 0]*u';
u4=[0 0 0 1]*u'
www.eeworm.com/read/445829/7589556
m am.m
% am.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15; %
www.eeworm.com/read/445829/7589557
m ip_03_01.m
% MATLAB script for Illustrative Problem 3.1.
% Demonstration script for DSB-AM. The message signal is
% +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/445829/7589558
m dsb2.m
% dsb2.m
% Matlab demonstration script for DSB-AM modulation. The message signal
% is m(t)=sinc(100t).
echo on
t0=.2; % signal duration
ts=0.001; % sampling interval
fc=250; % ca
www.eeworm.com/read/445829/7589559
m ip_03_03.m
% MATLAB script for Illustrative Problem 3.3.
% Demonstration script for DSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
echo on
t0=.15
www.eeworm.com/read/445829/7589562
m am_dem.m
% am-dem.m
% Matlab demonstration script for envelope detection. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise.
echo on
t0=.15;
www.eeworm.com/read/445829/7589563
m fm2.m
% fm2.m
% Matlab demonstration script for frequency modulation. The message signal
% is m(t)=sinc(100t).
echo on
t0=.2; % signal duration
ts=0.001;
www.eeworm.com/read/445829/7589566
m ip_03_04.m
% MATLAB script for Illustrative Problem 3.4.
% Demonstration script for LSSB-AM modulation. The message signal
% is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise.
echo on
t0=