how can I plot phase portait of differential equations?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
darova
2020-3-24
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Vector Fields 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!