代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/457218/7332210
m chap5_4plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,y(:,1)-y(:,2),'r');
xlabel('time(s)');ylabel('Position tracking error'
www.eeworm.com/read/457218/7332247
m chap5_3mf.m
clear all;
close all;
L1=-pi/6;
L2=pi/6;
L=L2-L1;
T=L*1/1000;
x=L1:T:L2;
figure(1);
for i=1:1:5
gs=-[(x+pi/6-(i-1)*pi/12)/(pi/24)].^2;
u=exp(gs);
hold on;
plot(x,u);
end
xla
www.eeworm.com/read/457033/7334830
m cfd3.m
clear all
L=1;
rho=1;
r=0.1;
N=50;
dx=L/N;
phia=4;
phib=1;
x=0:dx:L;
u=0.2;
phin1=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(rho*u*L/r)-1)+phia;
u=3;
phin2=(exp(rho*u*x/r)-1)*(phib-phia)/(exp(r