Guy on Simulink

Simulink & Model-Based Design

Posts 11 - 19 of 19

Results for: Commands

Flexible Bodies in SimMechanics 9

This week we see how to create flexible bodies in SimMechanics. For that, we will use techniques seen in previous posts like Building Models with MATLAB Code and Self-Modifying Subsystems.... read more >>

Model Explorer or Command Line? 5

Today I would like to ask you a question. This week I received a large model where I wanted to find all the Lookup Table blocks and modify their Index Search Method parameter. Since the model was... read more >>

Dynamics Mask Icons for Subsystem Variants 14

Today I will illustrate how to combine two features I like: Subsystem Variants and Masking. The Question I created a subsystem with two variants and I have specific masks for each... read more >>

Different Results in Accelerated Mode Versus Normal Mode 8

By Guy Rouleau This week I received a large model giving different results when used as a referenced model in Accelerated mode, compared to the Normal Mode. To give you an idea, the top model in... read more >>

How to customize the Simulink Scope! 21

/* Publisher style MATLAB code */ pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color:... read more >>

Is that model already open? 3

I was just clicking through my vast inbox of unread e-mail, and saw a MATLAB Central news reader alert. I quickly scanned the message and then clicked on the link to view the thread on MATLAB... read more >>

Building Models with MATLAB Code 81

Occasionally I get questions about how to build, modify, and add blocks, to Simulink models using MATLAB commands. In this post, I will to give a basic overview of the common... read more >>

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... read more >>

Searching in Simulink 25

Here we have an example library consisting of masked subsystems. sys = 'pidLibrary'; open_system(sys) When you double click on a block, you get the mask dialog, and the Help button displays... read more >>

Posts 11 - 19 of 19