
how can I plot phase portait of differential equations?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
darova
el 24 de Mzo. de 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 comentarios
Ver también
Categorías
Más información sobre Numerical Integration and Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!