Simulation and Animation of a Linear and Nonlinear Pendulum Model

Demonstrates how to use both movie2avi and VideoWriter to generate avi files from simulation data.
2K Downloads
Updated Tue, 10 Apr 2012 16:50:24 +0000

View License

AnimatePendulum.m simulates and animates a simple pendulum using both linear and nonlinear dynamic models. A larger difference is observed between linear and nonlinear models when maximum angular position is large. This condition can be achieved by specifying either a large initial angle or velocity.

After simulation of both the linear and nonlinear models the code steps through each time step and plots the pendulum as well as its position and velocity trajectories. These plots are recorded using the getframe command, and then used to produce a video of the animation using both the movie2avi and VideoWriter commands.

Several videos based on this code are available on YouTube:

http://www.youtube.com/watch?v=X-OCz9lIiY4 (linear simulation)
http://www.youtube.com/watch?v=8WE6HsIopO0 (small angle comparison)
http://www.youtube.com/watch?v=XI7vcWr-D_8 (large angle comparison)

Cite As

James Allison (2024). Simulation and Animation of a Linear and Nonlinear Pendulum Model (https://www.mathworks.com/matlabcentral/fileexchange/36119-simulation-and-animation-of-a-linear-and-nonlinear-pendulum-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
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.0.0.0