Group Abstract Group Abstract

Message Boards Message Boards

Animate a Point in plot of a propeller?

Posted 7 years ago

You are using the same "t" inside ParametricPlot and as the animation variable. Use "t" inside ParametricPlot and e.g. "s" to animate. (x, y and z are of no use). Try this code:

Animate[ParametricPlot3D[{Sin[t + s], Cos[t + s], t}, {t, 0, 5 Pi}, 
  PlotRange -> {{-1, 1}, {-1, 1}, {0, 5 \[Pi]}}], {s, 0, 2 Pi}]
POSTED BY: Erik Mahieu
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard