Guy on Simulink

Simulink & Model-Based Design

Posts 361 - 370 of 429

Back-Seat Driver: Simulink Tips for Efficient Model Navigation 7

Does this ever happen to you? You are sitting in a meeting looking up at the projected image of your coworker’s computer desktop.  They are navigating through {a web page, a Simulink model, or... read more >>

Generated Code for Variable Size Signals 4

Aarti recently posted about Variable Size Signals in Simulink. Han responded with this comment: Aarti, I would be interested in the effect on RTW generated code for variable size signals.... read more >>

STEM Educational Initiative Signing, and Robotics Competitions 4

It is not every day that I attend a speech by political leaders of the Commonwealth of Massachusetts.

Governor Patrick speeking about the value of science technology engineering and math (STEM)… read more >>

Radar Tracking in Simulink: Variable Size Signals 11

This week I welcome guest blogger Aarti Ramani to talk about a long requested feature, variable size signals in Simulink. Depending on target ranges, radar systems operate in different modes... read more >>

MathWorks Hosts EcoCAR 1

Recently, when I arrived at work, I found this parked on the lawn: This is the EcoCAR from the EcoCAR Challenge. MathWorks hosted about one hundred students from the EcoCAR teams for the... read more >>

Custom Components in Physical Models 5

This week I want to introduce guest blogger Steve Miller to talk about the Simscape language. Introduction to the Simscape Language I’ve been working with MATLAB and Simulink since my... read more >>

How do I test for NaN in Simulink R2009b? (NEW!) 2

Back in February 2009 I posted about how to test for NaN in Simulink.  The approach I talked about was more of a logical experiment based on the special properties of NaN than an... read more >>

New Stuff – Simulink R2009b 9

Last week the MathWorks released the R2009b family of
products.  There are many new capabilities in the latest release and with this
blog post, I want to highlight a some of the features in Simulink... read more >>

BEEP, Simulink versus MATLAB 8

Did you ever notice that a BEEP in Simulink means something different from a BEEP in MATLAB? BEEP, What BEEP?  What I’m talking about is that bell character you sometimes hear.  In older... read more >>

A Better If-Else Construct 16

In a previous post, I answered a question about how to model an If-Else behavior.  Here I will restate the algorithm I want to create: if(sel==0) out = 2*in1; elseif (sel==1) out =... read more >>

Posts 361 - 370 of 429

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