Question: How do I animate the 3d plot of a numeric solution of coupled differential equations

My command:

odeplot(dsol1,[x(t), y(t), z(t)])

where dsol1 is the numeric RK45 solution of my system of differential equations, and x(t), y(t), z(t) are the solutions. This command works fine, but I am not able to animate it.  

Please Wait...