bio_img_simulink

Guy on Simulink

Simulink & Model-Based Design

Modeling Mechanical Systems: The Double Pendulum 34

Do you ever have to model mechanical systems?  Mechanical systems consist of bodies, joints, and force elements like springs.  In this post, I will show you how to model a double pendulum with base... read more >>

Where Does That Variable Come From? 28

Most Simulink models use workspace variable to define the important parameters.  For example, setting the gain value to K and then defining K in the workspace.  I wrote about initializing these... read more >>

How do I test for NaN in my model? 8

This week I want to pose a brainteaser that my colleague Jeff had to solve this week.  Imagine you need to detect the condition where a signal value might become NaN (Not A Number).  How do... read more >>