代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/439850/7700771
m chap10_1plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/439850/7700773
m chap10_3plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/439850/7700824
m chap3_10plot.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:3
gs=-[(x+pi/6-(i-1)*pi/6)/(pi/12)].^2;
u=exp(gs);
hold on;
plot(x,u);
end
xlab
www.eeworm.com/read/439715/7702543
cpp cifafenxi.cpp
#include"Init.h"
void main()
{
ifstream fin("infile",ios::nocreate);
if(fin.fail())
cout
www.eeworm.com/read/439707/7702584
c myftp.c
#include
#include
int main(int argc,char *argv[])
{
pid_t child;
int fd[2];
pipe(fd);
char buffer[128];
memset(buffer,'\0',sizeof(buffer));
child=fork();
if(child==0)
www.eeworm.com/read/439680/7703108
m chap9_4plot.m
close all;
figure(1);
plot(t,y(:,1),'k',t,y(:,2),'k');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(Ff(:,1),Ff(:,2),'k');
xlabel('Angle speed');ylabel('Friction force');
www.eeworm.com/read/439680/7703140
m chap7_4.m
clear all;
close all;
nl_pid0=[0 0 0];
options=[1 0.01 0.01];
nl_pid=lsqnonlin('chap7_4f1',nl_pid0,options)
www.eeworm.com/read/439680/7703183
m chap10_1plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/439680/7703185
m chap10_3plot.m
close all;
figure(1);
plot(t,e,'r');
xlabel('time(s)');ylabel('error');
figure(2);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('position tracking');
figure(3);
plot(t,dy(:,
www.eeworm.com/read/439680/7703237
m chap3_10plot.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:3
gs=-[(x+pi/6-(i-1)*pi/6)/(pi/12)].^2;
u=exp(gs);
hold on;
plot(x,u);
end
xlab