How to Plot Delay Differential Equations Graphic

6 vues (au cours des 30 derniers jours)
Kerem Özgün
Kerem Özgün le 12 Fév 2021
Commenté : Kerem Özgün le 13 Fév 2021
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?

Réponse acceptée

Jens Kristian Poulsen
Jens Kristian Poulsen le 12 Fév 2021
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
  2 commentaires
Kerem Özgün
Kerem Özgün le 13 Fév 2021
Kerem Özgün
Kerem Özgün le 13 Fév 2021
How to write this ? :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mathematics dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by