Guy on Simulink

Simulink & Model-Based Design

Posts 11 - 20 of 27

Results for: Performance

Simulating models in parallel made easy with parsim 22

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

Offload work from your computer by running simulations on a remote cluster

Recently, I noticed that when I right-click on a MATLAB script in the Current Folder Browser, there is an option to run the script as a batch job.

As you can guess, the first thing that when through... read more >>

Simulation Data Inspector inside parfor

Last week I presented a few tips to run simulations in parallel, and received an interesting comment asking how to use the Simulation Data Inspector in that context.
So let's take a... read more >>

Tips for simulating models in parallel 7

Update: In MATLAB R2017a the function PARSIM got introduced. For a better experience simulating models in parallel, we recommend using PARSIM instead of SIM inside parfor. See the more recent blog... read more >>

Tips and tricks when using the sim command 5

Today, I want to share a few tips and tricks about when and how to use the sim command. The sim command vs. The Play Button As you all know, there are two ways to simulate a model: using the... read more >>

Why you should never break a continuous algebraic loop with a Memory block 22

I have seen many users run into trouble when resolving an algebraic loop, so this week I want to explain why you should never break a continuous algebraic loop with a Memory block. The... read more >>

Speeding up Initialization for Accelerator Mode 6

Some time ago, I wrote a post about Getting the most out of Rapid Accelerator mode. That post describes how to use the RapidAcceleratorUpToDateCheck = 'off' option to skip the initialization... read more >>

Getting the most out of Rapid Accelerator mode 4

Update: If you are using a newer version of MATLAB, I recommend visiting Getting the most out of Rapid Accelerator mode – Version R2023b. The syntax to tune variables has been significantly improved... read more >>

Running Model Advisor Checks in the Background

If you are a user of the Model Advisor and have a license for the Parallel Computing Toolbox, you probably noticed a new icon in R2014a: Run checks in background... read more >>

slLinearizer: Batch Linearization of Simulink Models

This week I am happy to welcome guest bloggers Charu Fadnavis and Erman Korkut to introduce the new slLinearizer interface from Simulink Control Design. linearize vs. slLinearizer If you... read more >>

Posts 11 - 20 of 27