
how can I plot phase portait of differential equations?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi there,
I'm trying to plot a graph with the following equations of motion:

how can i plot
phase plane portait?

not x-y phase plane
thanks!
xz
0 Kommentare
Antworten (1)
darova
am 24 Mär. 2020
Use meshgrid to create a mesh
Use diff to find u and v
Use quiver to create vectors
Use streamline to create phase portrait

0 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!