How To Plot system of ODE with quiver3

3 views (last 30 days)
Hiruna Vishwamith
Hiruna Vishwamith on 24 Jun 2020
Commented: Adam Danz on 24 Jun 2020
How to plot
x=0.458*exp(11.8*t) - 0.78*exp(-22.8*t);
y=exp(-22.8*t)*(exp(34.7*t) + 1.0);
z=exp(-2.67*t);
with quiver3
  1 Comment
Adam Danz
Adam Danz on 24 Jun 2020
See the documentation for the quiver3 function.
Typically x,y,z define the base of the 3D vector. You still need the u,v,w vector components.

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!