bio_img_simulink

Guy on Simulink

Simulink & Model-Based Design

BEEP, Simulink versus MATLAB 8

Did you ever notice that a BEEP in Simulink means something different from a BEEP in MATLAB? BEEP, What BEEP?  What I’m talking about is that bell character you sometimes hear.  In older... 続きを読む >>

A Better If-Else Construct 17

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 =... 続きを読む >>

How Many Blocks are in that Model? 20

My colleague Sam and I wanted to find an example model with about 10,000 blocks.  I suggested the HL-20 model from the Aerospace Blockset, asbhl20.mdl.  Sam decided to measure the total number of... 続きを読む >>