| Author |
Comment/Response |
Cameron
|
09/08/12 3:51pm
I followed an example to get to this point, but there is something wrong, can any one help? I just need to plot this equation, label the axes, and animate it.
Animate[ParametricPlot[{(2 t^3)/2 - 2 t^2, t^2/2 - 3 t}, {t, 0, tmax},
AxesLabel \[RightArrow] {"x (m)", "y (m)"}] {tmax, 0, 5},
AnimationRunning \[RightArrow] False]
URL: , |
|