I\'m running a simulation in MATLAB in which I have a large 3D dataset that changes each time step. I\'m trying to visualize the data using a 3D scatter plot with points tha
It sounds like the timer
function is a good place to try next in order to get a sense of your simulation's progression and then making an AVI once you are satisfied with how things look.
MATLAB's got some great documentation for it with a variety of options for consecutive calls are made and the spacing between them. Check out the ExecutionMode
and Period
properties.