bio_img_simulink

Guy on Simulink

Simulink & Model-Based Design

Posts 11 - 20 of 24

Results for: Commands

Logging Simulation Data in Timetable format

In case you did not notice, MATLAB R2016b introduced a new type of table: timetables. Because Simulink logs data over time, we decided in R2017a to give the possibility to use this format for signal... read more >>

Simulating models in parallel made easy with parsim 23

Some time ago, I wrote a series of posts to highlight the different factors to take into account when trying to run simulations in parallel. In R2017a, we are making it significantly easier with the... read more >>

Getting the Value of Mask Parameters 7

Today I want to share a trick I recently found out. The Problem: Getting the Value of Nested Mask Parameters I want to write a script that will look in a model for blocks of a particular type,... read more >>

Simulation Metadata! 1

Did you notice that in R2015a, simulations now have metadata in their output? What is simulation metadata? The getSimulationMetadata method of the Simulink.SimulationOutput object returns a... read more >>

Special Vintage: Differential Equation Editor 5

This week I feel like an archaeologist who just dug out a new species of dinosaur! I discovered the Differential Equation Editor... Differential Equation Editor Try typing dee in MATLAB. This... read more >>

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 >>

Posts 11 - 20 of 24