Guy on Simulink

Simulink & Model-Based Design

Posts 11 - 20 of 98

다음에 대한 결과: Simulink Tips

Creating a Match Filter for Simulink.findBlocks

Some time ago, I published a post encouraging you to use Simulink.findBlocks instead of find_system. This week, I will take this a little bit further and show how to create a custom match filter to... 더 읽어보기 >>

Parameter Values in Blocks Dialogs 3

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... 더 읽어보기 >>

Time to convert from find_system to Simulink.findBlocks

If you are creating, editing or analyzing Simulink models programmatically, you are probably familiar with find_system.While there is nothing fundamentally wrong with find_system, in this post I want... 더 읽어보기 >>

Leveraging The Simulink Diagnostics Viewer 2

I am sure most Simulink users will agree that viewing and analyzing warnings and errors is an important part of working with Simulink models. When simulating models interactively using the play... 더 읽어보기 >>

Specifying Variable Values Using Mathematical Expressions 9

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... 더 읽어보기 >>

Handling Errors in Post Simulation Callbacks

Today I want to share a simple trick I recently recommended to a user who was struggling with retrieving error messages from simulations.The Problem What this user described is that, when simulating... 더 읽어보기 >>

COVID-19: Using Parallel Simulations to Study the Infection Spread 1

In a previous post, I introduced a model simulating the exponential spread of a phenomenon like COVID-19. With more and more talks in the news about deconfinement plans, I thought it would be... 더 읽어보기 >>

A New First Order Hold! 9

If you are attentive to details, you might have noticed that in MATLAB R2019b, we removed the First-Order Hold block from the Discrete section of the Simulink Library browser.
At the same time, we... 더 읽어보기 >>

Loading Signals in Timetable Format

Today I decided to revisit a topic I covered a few years ago: loading discrete signals in a simulation.
Let's see what has been added in the last few years to help with the potential problems you... 더 읽어보기 >>

Projects Export Profile 2

After my last post on FMU import and export, someone asked me if exporting a Simulink model to an FMU was a good way to hide the model and protect intellectual property.
The answer is: No!
An FMU is... 더 읽어보기 >>

Posts 11 - 20 of 98