I was recently asked, "Do you have some kind of list or simple rules to get high performance generated code using Real-Time Workshop?" I put the question to my colleague (and first guest blogger)... 続きを読む >>
I was recently asked, "Do you have some kind of list or simple rules to get high performance generated code using Real-Time Workshop?" I put the question to my colleague (and first guest blogger)... 続きを読む >>
/* Publisher style MATLAB code */ pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color:... 続きを読む >>
This week, Seth Popinchalk is visiting MathWorks Japan. Today's post is from Guy Rouleau: One of my favorite situations in technical support goes like this: Someone asks "Is it possible to do... 続きを読む >>
A lot of people ask the question, "Why does my model have an algebraic loop?" Of course, every model is different, but here are some general truths about algebraic loops: Real physical systems... 続きを読む >>
/* Publisher style MATLAB code */ pre.codeinput { background: #EEEEEE; padding: 10px; } @media print { pre.codeinput {word-wrap:break-word; width:100%;} } span.keyword {color:... 続きを読む >>
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... 続きを読む >>
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 =... 続きを読む >>
Earlier this week, Guy and I were discussing the sometimes-strange behavior of mux and bus signals. Sometimes people find a Mux block in their model that appears to output a bus signal. In this... 続きを読む >>
Today I am pleased to share a post from regular guest blogger, Guy Rouleau. Enjoy! I often use Simulink to model the dynamics of simple systems. In most cases, the Simulink default... 続きを読む >>
This week I am borrowing the Pick of the Week blog format pioneered by Scott and Doug and carried on by the three amigos: Bob, Brett and Jiro. Simulink Pick of the Week Seth’s pick this week... 続きを読む >>