
how can I plot phase portait of differential equations?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
darova
il 24 Mar 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 Commenti
Vedere anche
Categorie
Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!