Feeds
已回答
How to Plot Delay Differential Equations Graphic
figure(1); x=[1 2 3 4]; y=[4 6 8 10]; plot(x,y); figure(2); x=[0:0.1:10]; y=x.*x; plot(x,y); Good luck
How to Plot Delay Differential Equations Graphic
figure(1); x=[1 2 3 4]; y=[4 6 8 10]; plot(x,y); figure(2); x=[0:0.1:10]; y=x.*x; plot(x,y); Good luck
4 years 前 | 0
| 已接受