How to Plot Delay Differential Equations Graphic

2 次查看(过去 30 天)
I need to draw a DDE graph for my homework. But I don't know how to draw. Can you teach me how to draw a DDE graph?

采纳的回答

Jens Kristian Poulsen
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by