Message Boards Message Boards

How to plot a multiple function at fixed point

Posted 9 years ago
POSTED BY: Niven Le
Animate[
 Grid[{
   {Row[{"time ", NumberForm[t, {2, 3}]}]},
   {ListLinePlot[{{0, 0}, {0.5, 2 Sin[t]}, {1, 2.5 Cos[t]}, {1.5, 0}}, 
     PlotRange -> {{0, 1.5}, {-3, 3}}, Mesh -> All]}
   }
  ], {t, 0, 5, .05}]

enter image description here

POSTED BY: Nasser M. Abbasi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract