代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/178607/7085980
m exp4_5.m
%——以下描出三种调制方式的信号眼图
figure(10);
subplot(2,1,1);
xlabel('t(s)');
tt=0:1/20:1;
for jj=0:100 %——20个相同周期图形画在同一时间轴上
plot(tt,sym0_fc(1+20*jj:21+20*jj));
hold on;
end
grid o
www.eeworm.com/read/178607/7085987
m eye.m
%——以下描出三种调制方式的信号眼图
figure(14);
subplot(3,1,1);
xlabel('t(s)');
tt=0:1/20:1;
for jj=0:50 %——20个相同周期图形画在同一时间轴上
plot(tt,sym0_fc(1+20*jj:21+20*jj));
hold on;
end
grid on
www.eeworm.com/read/272224/7096311
m vtb7.m
% VTB7
%
% VTB7_1 is an example of taking a power spectral density
% of data. The power spectral density of a signal
% containing .5 Hz and 1.59 Hz signals is plotted.
% VTB7_2 g
www.eeworm.com/read/272224/7096328
m vtb8_1.m
function VTB8_1
% VTB8_1 [node,ncon,zero,force]=VTB8_1
% Makes input file for VTB8_2
% I suggest you print the file vtb8read.txt
% Joseph C. Slater, 6-17-90
% Copyright (c) 1990-94 by Joseph C. Slat
www.eeworm.com/read/272224/7096353
m vtb4_2.m
function [x,v,t]=vtb4_2(M,K,x0,v0,tf,plotpar)
%VTB4_2 Free response of an undamped system.
% [x,v,t]=VTB4_2(M,K,x0,v0,tf) will return the displacement (x) and
% velocity (v) response for the system de
www.eeworm.com/read/460712/7105557
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/460712/7105560
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/460712/7105562
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/460712/7105596
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
www.eeworm.com/read/460712/7105959
m chap3_1.m
%RBF function (2006/4/19)
clear all;
close all;
c=[-3 -1.5 0 1.5 3];
M=1;
if M==1
b=0.50*ones(5,1);
elseif M==2
b=1.50*ones(5,1);
end
h=[0,0,0,0,0]';
ts=0.001;
for k=1:1:20