Guy on Simulink

Simulink & Model-Based Design

Posts 321 - 330 of 429

How to Verify Code Generated with Model-Based Design 4

An important benefit of Model-Based Design is doing early verification of your model and using what you learn to verify your final production software. As your design moves to production a critical... read more >>

Wrong Answers and Gimbal Lock 6

By Guy Rouleau I received a request last week where the code generated using Real-time Workshop was giving different answers from the original simulation. This type of requests is the one that... read more >>

You need an integrator with variable limits… there’s a solution for that! 15

By Guy Rouleau Today I received a question where the user was looking for an Integrator block with variable upper and lower limits that could be specified from signals. I was happy to simply... read more >>

Creating Test Cases Using Signal Builder 20

By Parasar Kodati Every model needs to be tested, and all tests need inputs. For example control algorithms are typically tested with step or ramp inputs. An automotive suspension model test inputs... read more >>

Kalman Filter – From MATLAB to Embedded C Code 9

By Guy Rouleau In a previous post, I introduced the Embedded MATLAB Function block. This block gives the possibility to write an algorithm in MATLAB code, include it in a Simulink model, and... read more >>

5 Resources for Simulation Performance 8

Following Guy's recent post with Tips for Simulation Performance, I thought I would provide a couple links for additional resources. Here they are: The Simulink Performance Master... read more >>

Bus Signals: Past, Present and Future 4

By Guy Rouleau The first time I used buses in Simulink, it was version 3.0 (R11). Bus signals and the way we use them in Simulink have evolved over time. In this post I want to give you a... read more >>

Current Events: Contest and Career Fair

This is a quick post to highlight two events going on RIGHT NOW! Programming Contest: Sailing Home I was just looking over the MATLAB Programming Contest and it is going to be very interesting.... read more >>

Tips for Simulation Performance 7

By Guy Rouleau One of the questions I hear the most often from Simulink users is What can I do to make my model run faster? Here is a list of tricks that can help. Displays and Scopes When... read more >>

Parallel Computing with Simulink: Running Thousands of Simulations! 11

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... read more >>

Posts 321 - 330 of 429

These postings are the author's and don't necessarily represent the opinions of MathWorks.