MATLAB: How to combine multiple plots to an animation

animationplot

Hi,
I'm working with precompiled csv files. Each file represents a voltage record at a certain time. Given that i recorded at t=0, t=1, t=2, …, t=9, I have 10 seperate plots of voltage recordings, each recorded at a different time. Is there a way I can plot those recordings as one animation, such that I can see the evolution of the voltage from t=0 to t=9?
Thanks!

Best Answer

You can use the movie command.