A lot of people ask the question, "Why does my model have an algebraic loop?" Of course, every model is different, but here are some general truths about algebraic loops: Real physical systems... 更多内容 >>
A lot of people ask the question, "Why does my model have an algebraic loop?" Of course, every model is different, but here are some general truths about algebraic loops: Real physical systems... 更多内容 >>
In a previous post, I answered a question about how to model an If-Else behavior. Here I will restate the algorithm I want to create: if(sel==0) out = 2*in1; elseif (sel==1) out =... 更多内容 >>
When you are new to something, it always helps to get a mental picture of how that something works. Since I learned Simulink over 10 years ago, I have developed my own mental model of Simulink... 更多内容 >>
Often models are the predecessor to a real-life device; however, sometimes a device inspires the model. In the 1980s, there was a group known as the Leg Lab at CMU who researched running robots. In... 更多内容 >>
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... 更多内容 >>
Two weeks ago, I posted the Challenge: Metronome Synchronization. The challenge was to model the synchronization of metronomes as observed in this video.
The results of the challenge tell an... 更多内容 >>
I haven’t seen much activity on the Metronome Synchronization Challenge, so I want to provide a peak at the basis for my solution. I took the approach of modeling a pendulum, and then linking its... 更多内容 >>
My good friend Doug, formerly of Pick of the Week fame, sent me an e-mail last week with the subject “Model this.” The message contained nothing more than a link to a video. Doug started a new... 更多内容 >>
In my last post about the Continuous Time Integrator, I talked about the bouncing ball model sldemo_bounce. Amin commented: Hi Seth! Is it necessary to rest the position integral in the... 更多内容 >>
One of the ways I think of Simulink is as a graphical interface to the solvers. Moreover, when I think of the solvers, I usually think of the continuous time solvers and the integrator block. In... 更多内容 >>