代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/405084/11471996
m fig9_20.m
clear all
eps = 0.0000001;
npts = 5000;
del = 1./ 5000.;
t = 0. : del : 1.;
% generate input sequence
inp = 1.+ t.^3 + .5 .*t.^2 + cos(2.*pi*5 .* t) ;
% read the intial estimate for the state v
www.eeworm.com/read/405084/11472010
m fig9_21.m
clear all
eps = 0.0000001;
npts = 5000;
del = 1./ 5000.;
t = 0. : del : 1.;
% generate input sequence
inp = 1.+ t.^3 + .5 .*t.^2 + cos(2.*pi*5 .* t) ;
% read the intial estimate for the state v
www.eeworm.com/read/405084/11472035
m fig9_28.m
clear all
npts = 2000;
del = 1/2000;
t = 0:del:1;
inp = (1+.2 .* t + .1 .*t.^2) + cos(2. * pi * 2.5 .* t);
X0 = [1,.1,.01]';
% it is assumed that the measurement vector H=[1,0,0]
% this is the
www.eeworm.com/read/405084/11472076
m fig9_27.m
clear all
npts = 2000;
del = 1/2000;
t = 0:del:1;
inp = (1+.2 .* t + .1 .*t.^2);% + cos(2. * pi * 2.5 .* t);
X0 = [1,.1,.01]';
% it is assumed that the measurmeny vector H=[1,0,0]
% this is the
www.eeworm.com/read/403657/11513311
bas module1.bas
Attribute VB_Name = "Module1"
Public minvalue, maxvalue, mintime, maxtime As Double
Public temp(), data() As Variant
Public mtop, mbottom, mleft, mright, mcount, mtemp, trvindex, mhead, maxnum As I
www.eeworm.com/read/403569/11514666
m chap5_4main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.001:5]';
T1(1:5001)=0;
T1=T1';
T2=T1;
T=[T1 T2];
k(1:5001)=0;
k=k';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/403569/11514669
m chap5_8main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
theta1(1:101)=0;
theta1=theta1';
theta2=theta1;
theta=[theta1 theta2];
%%%%%%%
www.eeworm.com/read/403569/11514671
m chap5_5main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
L=3001;
t=[0:0.001:3]';
T1(1:L)=0;
T1=T1';
T2=T1;
T=[T1 T2];
e1(1:L)=0;
e1=e1';
e2=e1;
de1=e1;
de2=de1;
e=[e1 e
www.eeworm.com/read/403569/11514705
m chap5_9main.m
%Adaptive switching Learning Control for 2DOF robot manipulators
clear all;
close all;
t=[0:0.01:1]';
k(1:101)=0;
k=k';
delta(1:101)=0;
delta=delta';
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
M=10;
fo