Risposto
Why am I observing zero flow rate in my SimHydraulics model ?
You say: "The fuel pump is wired in series to the two sensor" Flow sensor should be connected in series. Pressure sensor must...

quasi 14 anni fa | 0

| accettato

Risposto
Loading structure with Simulink output returns timeseries object error
I tried reproducing by saving many variables to a mat-file, including a structure with fields of class Simulink.ModelDataLogs an...

quasi 14 anni fa | 0

| accettato

Risposto
Simulink - Disabling - Enabling - Switching Off-On - Blocks - Subsystems
I would recommend using Variant Subsystem: http://www.mathworks.com/help/toolbox/simulink/slref/variantsubsystem.html The ...

quasi 14 anni fa | 2

Risposto
Using structures as input of the model with parallel computing
I recommend using pctRunOnAll to initialize all the workers once before starting the for loop. About your error, look at the ...

quasi 14 anni fa | 0

Pubblicato


A scope for Simulink and MATLAB
Do you know about the Time Scope available with the DSP System Toolbox? This visualization tool was introduced in release...

quasi 14 anni fa

Thumbnail

Risposto
Joint Actuator Question
Are you activating in Force or motion? If this is in motion, the following might help: http://blogs.mathworks.com/seth/2012/0...

quasi 14 anni fa | 1

Risposto
sending UDP packets from simulink directly over network?
Yes... you did not ask, but in case you want to know how, I would suggest to use the "UDP Send" block: http://www.mathworks.c...

quasi 14 anni fa | 1

Risposto
Use of Simulink Signal Logging and SimScape Logs with Parallel
The following documentation page explain how to use the Single-Output Syntax for the sim Command: http://www.mathworks.com/he...

quasi 14 anni fa | 1

| accettato

Pubblicato


Conditional Execution
As we all know, in Simulink there are always multiple ways to implement a functionality. One situation where I often...

quasi 14 anni fa

Thumbnail

Risposto
simulink feedback error
In the dialog of the Inport, try to latch the input signal. Otherwise, introduce a delay in the loop.

quasi 14 anni fa | 1

| accettato

Risposto
Problem with generating a signal
It looks like a problem with sample time. Enable the sample time colors from the Format menu. This will help you to view at w...

quasi 14 anni fa | 0

Risposto
A good way to publish simulink values to GUI from a running model?
This is a good approach. However with just that, your GUI will need a mechanism to poke at the model to get the data. I wo...

quasi 14 anni fa | 1

| accettato

Risposto
Smart way to limit motions in Simulink model
Very good question. I would say that it depends on what you mean by "smoother" I see 2 options to implement limits: - ...

quasi 14 anni fa | 3

| accettato

Pubblicato


Fine-Tuning Model Advisor Analysis
Today I welcome my friend Nishaat Vasi to introduce a new feature of Simulink Verification and Validation: Model Advisor...

quasi 14 anni fa

Thumbnail

Pubblicato


Estimating Continuous-Time Transfer Functions with System Identification Toolbox
Today guest blogger Pravallika describes how she used new features of the System Identification Toolbox to design a...

quasi 14 anni fa

Thumbnail

Pubblicato


Normal Mode Simulation in Real Time
In R2012a, Real-Time Windows Target offers two modes for executing Simulink models in real time: The classic External Mode...

quasi 14 anni fa

Thumbnail

Risposto
Invalid dimensions encountered while propagating dimensions from output port of Mux to...
This sort of error can happen for 2 reasons: Simulink misses information to propagate dimensions properly OR the dimensions you ...

quasi 14 anni fa | 1

| accettato

Risposto
Simulink Counter
You say: "I wish to use the clock in a user defined function" What about using the "clock" function: http://www.mathwor...

quasi 14 anni fa | 0

Risposto
Integrator in simulink
Here is how to do it: http://www.mathworks.com/help/toolbox/simulink/slref/integratorlimited.html

quasi 14 anni fa | 0

| accettato

Risposto
Problem with controlled pneumatic pressure source
It is difficult to give an accurate answer without seeing the model. Is it possible that, at one node, you have a volume with...

quasi 14 anni fa | 0

Risposto
Nonlinear equations within Simulink Coder
You can generate code for models with non-linearities. For example generate code for a model with a saturated integrator... ...

quasi 14 anni fa | 1

Risposto
Differential equation in embedded block in simulink ?
If you need to generate code and consequently use the EML block, you might want to use the trick described here: http://www.m...

quasi 14 anni fa | 2

Risposto
Active circuit transfer functions in terms of variables?
See my article here on this topic: http://blogs.mathworks.com/seth/2011/03/08/how-do-i-change-a-block-parameter-based-on-the-...

quasi 14 anni fa | 0

Risposto
2d plot from simulink too GUI axes
Register an Event Listener to send the data to ghe GUI everytime the block output is updated: http://www.mathworks.com/help/t...

quasi 14 anni fa | 3

| accettato

Pubblicato


Legends for Simulink Scopes
Today my colleague Roshin Kadanna Pally is back to talk about additions he made to the Simulink Scope in R2012a. Legends...

quasi 14 anni fa

Thumbnail

Risposto
Accessing inputs to a masked block from the mask initialization
I explain here why what you are trying to accomplish is probably a bad idea: http://blogs.mathworks.com/seth/2011/03/08/how-d...

quasi 14 anni fa | 0

| accettato

Risposto
How to solve a differential equations' system in SIMULINK
What you describe sounds correct. The following posts gives a good example of how to draw ODEs in Simulink: http://blogs.math...

quasi 14 anni fa | 1

| accettato

Pubblicato


Running Simulink models on LEGO MINDSTORMS NXT
As you probably already know, MATLAB R2012a is now available for download! One of my favorite feature in this release is...

quasi 14 anni fa

Thumbnail

Pubblicato


Sous-vide Cooking with Simulink Part 2
Here is the continuation of my sous-vide cooking story I began to tell in the last post. Hardware Implementation As...

circa 14 anni fa

Thumbnail

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

circa 14 anni fa

Carica altro