代码搜索:公差标注
找到约 582 项符合「公差标注」的源代码
代码结果 582
www.eeworm.com/read/460016/7258958
m 例6-1(2).m
dt=0.01;
t=[0:dt:1.5];
w=4*sqrt(3);
y=e3b(t,w);
subplot(2,1,1),plot(t,y),grid;
s=length(t)-1
Dy=diff(y)/dt;
subplot(2,1,2),plot(t(1:s),Dy),grid;
%标注的程序略去,另外建立一个子函数ex1bs.m,其内容为:
function xvalu
www.eeworm.com/read/454809/7382641
m 例6-1(2).m
dt=0.01;
t=[0:dt:1.5];
w=4*sqrt(3);
y=e3b(t,w);
subplot(2,1,1),plot(t,y),grid;
s=length(t)-1
Dy=diff(y)/dt;
subplot(2,1,2),plot(t(1:s),Dy),grid;
%标注的程序略去,另外建立一个子函数ex1bs.m,其内容为:
function xvalu
www.eeworm.com/read/324902/13238751
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/157483/11699519
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/152291/12123824
m 6-2.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/151751/12177491
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/148879/12417879
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/127242/14366725
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,
www.eeworm.com/read/194957/8182425
m 例6-1(2).m
dt=0.01;
t=[0:dt:1.5];
w=4*sqrt(3);
y=e3b(t,w);
subplot(2,1,1),plot(t,y),grid;
s=length(t)-1
Dy=diff(y)/dt;
subplot(2,1,2),plot(t(1:s),Dy),grid;
%标注的程序略去,另外建立一个子函数ex1bs.m,其内容为:
function xvalu
www.eeworm.com/read/249868/12465357
m 2-4.m
x = 0:0.01:20;
y1 = 200*exp(-0.05*x).*sin(x);
y2 = 0.8*exp(-0.5*x).*sin(10*x);
[AX,H1,H2] = plotyy(x,y1,x,y2,'plot');
%绘制数据图形并返回坐标轴和图形句柄
set(get(AX(1),'Ylabel'),'String','Left Y-axis')
%标注左边的Y轴,