Animations

Some animations in MATLAB
4.4K Downloads
Updated 8 May 2016

View License

Function creating simple animation in MATLAB. These include epitrochoid, hypotrochoid, cycloid, double pendulum , falling ball, spring mass system, Belousov-Zhabotinsky Reaction.

Cite As

Ankur Pawar (2024). Animations (https://www.mathworks.com/matlabcentral/fileexchange/24058-animations), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.6.0.0

- Code improvements.
- Correct number of rotations for epitrochoid and hypotrochoid.

1.5.0.0

Pixel drift in BZanimation3.m was corrected as suggested by John.

1.4.0.0

Included more animations

1.3.0.0

I want suggestion.
how to increase the speed of animation without decreasing the pause?

1.2.0.0

remove these comments to convert the animation to movie.
%M = moviein(91);
%M(:,n+1)=getframe;

1.0.0.0