From: Adam Hartshorne on
I have a set of 3d points, which I display in a figure using plot3 in the standard way. Basically I am wanting to animate the movement of the 3d points over time, as and when the position of a point changes. Obviously I could just do a complete redraw of all the points, but I would guess there is a far more efficient way of doing this in Matlab.

Any help much appreciated,

Adam