#matlabanimation
Explore tagged Tumblr posts
kpoints Β· 6 years ago
Text
Matlab Animation
There is a two simple way to animate plot in Matlab. First is by standard plot function – you can employ it in a way that the animation looks smooth.
Second, there are special functions getframe and movie, which allows us to capture sequence of plots and then play them. Let’s look at an example:
Tumblr media
So, we have matlab function file named kp_animation, with return value M and input arguments –…
View On WordPress
0 notes