Guy on Simulink

Simulink & Model-Based Design

Posts 31 - 40 of 99

搜索结果: Simulink Tips

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... 更多内容 >>

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... 更多内容 >>

The variables you need 5

Today I want to share two lines of code I find very useful. The problem I often need to exchange models with users. One of the thing people struggle the most while doing that is providing the... 更多内容 >>

Easily Accessing Block Parameters 2

How often you end up wondering what the value of a block parameter in Simulink is? In the past, I used to open the block dialog, copy the variable name, go the MATLAB prompt, paste the value... 更多内容 >>

Upgrade Advisor 1

Do you run the Upgrade Advisor on your models when upgrading to a new release? If not, you should! Upgrading a model to a new version Today, I want to show how the Upgrade Advisor can help when... 更多内容 >>

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

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... 更多内容 >>

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... 更多内容 >>

Managing Conflicts in Simulink Projects 1

Merging Simulink model changes from two users

This week we are welcoming guest blogger Tim Hosey from the Simulink Project development team. Introduction In this blog post I will highlight how Simulink Project can be used to manage... 更多内容 >>

Commenting out… in Stateflow! 1

I am so happy right now! Since R2012b, it has been possible to comment out blocks in Simulink. As soon as this feature was released, it immediately became popular among all the users I... 更多内容 >>

Controlling the Location of the Generated Code and Temporary files 24

Simulink often needs to generate files to simulate a model. An example of this is the model reference simulation target. Today I will describe a few option to control where those files are... 更多内容 >>

Posts 31 - 40 of 99