Physical modeling in academia: the rotary pendulum with low-cost hardware

Model, analyze and deploy the rotary pendulum system
3.2K Downloads
Updated 1 Sep 2016

View License

Are you looking for a dynamics and controls example for teaching or research?
Check out the getting started video on YouTube: https://www.youtube.com/watch?v=wWLdbItrh48
This bundle demonstrates two different modeling approaches for physical systems: a traditional approach using textual programming (with MATLAB and Simulink) and through MathWorks' multi-body simulation environment, SimMechanics. As a use case for academia the two modeling approaches are applied for the controlled (inverted), rotary pendulum system. The system is visualized and animated using Simulink 3D Animation with a simple virtual reality world and a more sophisticated, imported CAD model on the one hand, and with the SimMechanics-built model on the other hand.

Also included in this bundle are the corresponding hardware implementation models for LEGO Mindstorms NXT and EV3, a video showing the controlled LEGO system in action, and a hardware construction manual. For the traditional modeling approach the Euler-Lagrange tool is used to derive the system differential equations:

http://www.mathworks.com/matlabcentral/fileexchange/49796-euler-lagrange-tool-package.

For model handling and startup: either a) execute the startup script in the utilities folder and easily access all models through a html menu, or b) open up models individually.

You can model and develop more elaborate algorithms using the Control System Toolbox and Stateflow. MATLAB Coder, Simulink Coder and Embedded Coder allow you to inspect and modify the generated code to learn on and explore industry-grade hardware platforms.

Cite As

Mischa Kim (2024). Physical modeling in academia: the rotary pendulum with low-cost hardware (https://www.mathworks.com/matlabcentral/fileexchange/50731-physical-modeling-in-academia-the-rotary-pendulum-with-low-cost-hardware), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
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!

models/release/html/

Version Published Release Notes
1.2.0.1

Updated license

1.2.0.0

Improved user handling: added startup script and html menu for easy, one-click access to all models.
Added a getting started video.
Title and description changes.

1.1.0.0

Included a readme file