Group Abstract Group Abstract

Message Boards Message Boards

Plot 3D points and create an animation?

Posted 7 years ago

If i have a list of 3D points , x,y,z saved in my mathematica nootbook (the list is a list of 3 large lists.. the first is for the x-axis , the second for the y-axis......). how can i animate the points in a 3D one by one? mybe to create a point that moves according to the current (x,y,z)...?

Thanks!

POSTED BY: Yolo Moto
2 Replies

First use Thread[ ], then you can use Manipulate wrapping Graphics3D[ ] and Point[ ] and Part[ ] . With the slider you would manipulate the part number of your list, i.e. the successive points.

POSTED BY: Raspi Rascal
Posted 7 years ago
POSTED BY: Yolo Moto
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard