?? huitu.m
字號:
function huitu(tmax,t,y,step);
subplot(3,2,1);
plot(t,y(:,1));
subplot(3,2,2);
plot(t,y(:,2));
subplot(3,2,3);
plot(t,y(:,3));
subplot(3,2,4);
plot(t,y(:,4));
a=diff(y(:,3))/step;
subplot(3,2,5);
plot(0:step:tmax-step,a);
w=diff(y(:,4))/step;
subplot(3,2,6);
plot(0:step:tmax-step,w);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -