A few weeks ago I published this blog post: Getting the most out of Rapid Accelerator mode – Version R2023b, where I described how to simulate a model multiple times in Rapid Accelerator mode for... read more >>
A few weeks ago I published this blog post: Getting the most out of Rapid Accelerator mode – Version R2023b, where I described how to simulate a model multiple times in Rapid Accelerator mode for... read more >>
A colleague recently told me that he was often referring users to this blog post I wrote many years ago: How Do I Change a Block Parameter Based on the Output of Another Block?Even if most of what I... read more >>
MATLAB R2022b was released a few weeks ago, so it's time to highlight a few new Simulink features. In this post, I decided to focus on one feature that might pass a little bit under the radar, but... read more >>
This week, I am introducing a set of two examples implemented using the workflow described in this blog post series. Unifying MATLAB and Simulink: A User Story Part 1: Parameterizing a model with... read more >>
In today's post, I continue extending the framework introduced over the past few weeks. If you missed the previous posts in this series, here are links:Unifying MATLAB and Simulink: A User Story Part... read more >>
In today's post, I will add features to the framework presented in the previous post to help controlling variants. If you missed the previous posts in this series, here are links to all... read more >>
I recently had an interesting discussion with a group of users about modeling, simulation, and how the management of simulation data evolved at their company. What they came up with is a framework... read more >>
Some time ago, I published a post where I described how to specify variable values using mathematical expressions using the slexpr function. This triggered a lot of questions about the impact on the... read more >>
Today I want to talk about variables, needed by a Simulink model, that are function of other variables.Let's take the simple example of a right triangle:For most Simulink users, if you have a model... read more >>
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 >>