How to Plot Delay Differential Equations Graphic

조회 수: 2 (최근 30일)
Kerem Özgün
Kerem Özgün 2021년 2월 12일
댓글: Kerem Özgün 2021년 2월 13일
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 Kritian Poulsen
Jens Kritian Poulsen 2021년 2월 12일
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에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by