Answered
How to iterate through every combination of user's choice of parameters?
From the file exchange, <http://www.mathworks.com/matlabcentral/fileexchange/10064-allcomb allcomb> works perfectly: allcom...

14 years ago | 1

Question


How to iterate through every combination of user's choice of parameters?
I am scripting a parameter study in which the user identifies model parameters to vary as well as that parameter's values, for e...

14 years ago | 1 answer | 0

1

answer

Answered
PID: why there is no oscillation on my results
Is it possible that your time step is too large to resolve the oscillations? If so <http://blogs.mathworks.com/seth/2009/07/14/r...

14 years ago | 1

Answered
Is this the way to solve algebraic loops?
This <http://www.mathworks.com/support/solutions/en/data/1-16V6S/?solution=1-16V6S note> suggests an initial condition may not b...

14 years ago | 1

Question


Smart way to limit motions in Simulink model
For a Simulink model of a vehicle moving back and forth along a track in response to environmental and motor forces, the motor f...

14 years ago | 1 answer | 1

1

answer

Answered
Change variable name in Stateflow model
Perhaps it is possible from the command line, for example making use of <http://www.mathworks.com/help/toolbox/simulink/slref/si...

14 years ago | 0

Answered
Matlab/Simulink Integration with DOORS
I believe you can do this with the Simulink <http://www.mathworks.com/products/simverification/ Validation and Verification> too...

14 years ago | 0

Answered
How did you learn Simulink?
As a beginner, here are the resources that I have found useful in order of utility or my knowledge level: # Following a RSS f...

14 years ago | 5

Answered
Simulink
The <http://www.mathworks.com/help/toolbox/simulink/slref/set_param.html set_param> function can be used to set a value such as ...

14 years ago | 0

Answered
how to open figure one simulink
Perhaps you could do this with an Event Listener, as in this <http://www.mathworks.com/matlabcentral/answers/32266-2d-plot-from-...

14 years ago | 0

Question


How can I change the default background color of Text Arrow?
It is possible to annotate a figure by choosing Insert > Text Arrow from the menu bar on top of the figure. You then draw an arr...

14 years ago | 1 answer | 0

1

answer

Question


If I run separate instances of Simulink, will set_param affect all instances?
*When I use set_param to change a parameter, is the change local to that instance of the model*, or is the changed value in effe...

14 years ago | 2 answers | 0

2

answers

Answered
Looking for sensor in simulink to sense distance between two vehicles
If you find it easier to code in Simulink, build your distance calculator out of blocks in the <http://www.mathworks.com/help/to...

14 years ago | 0

Answered
Unit delay timer
Do you mean that prior to running your simulation, your Matlab script will calculate the delay that should be applied to an inpu...

14 years ago | 0

Question


How did you learn Simulink?
Once upon a time you struggled to use Simulink; now you can put together a sensible model without much thought on the implementa...

14 years ago | 4 answers | 5

4

answers

Answered
How to save or convert a simulink model to csv file
Are you trying to pass the *output* of a Simulink model into LabView, such as a time series of simulated position and velocity? ...

14 years ago | 0

Answered
simulink
I would output the signal to the workspace and calculate the frequency from within Matlab; here is an <http://www.mathworks.com/...

14 years ago | 0

Answered
Missing ashow (command to find algebraic loops in Simulink)
In case it is useful to someone else, <http://mathworks.com/ this page> explains that ashow requires that the user has the Simul...

14 years ago | 1

Question


Missing ashow (command to find algebraic loops in Simulink)
I want to eliminate algebraic loops in my Simulink model. Apparently there is a command <http://www.mathworks.com/help/toolbox/s...

14 years ago | 1 answer | 0

1

answer

Answered
Navigate to the correct location in Simulink with path given
While it does not directly address your question, this <http://www.mathworks.jp/matlabcentral/answers/15980-command-to-goto-a-po...

14 years ago | 0

| accepted

Question


Stepping through sorted order of Simulink model
I have a Simulink model that may be executing blocks in a different order than I expect. So, I would like to check the order tha...

14 years ago | 1 answer | 0

1

answer

Answered
simulinke with m-file
You can run Simulink from the matlab prompt or from within a script using the sim command, and pass the simulation output back t...

14 years ago | 0

| accepted

Question


Where is inport value coming from?
I am trying to decipher a Simulink model that someone else wrote. Several blocks have inports labeled 'position'. But I can't fi...

14 years ago | 1 answer | 0

1

answer

Answered
Interfacing SImulink with LabVIEW
Labview and Simulink/Matlab both appear to be seeking to be the one platform that can do it all: data analysis, hardware in the ...

14 years ago | 0

Question


Find variable in Simulink blocks
In a Simulink model 'myModel', I would like to *find all blocks that use the variable 'myVariable'*, even before the variable's ...

14 years ago | 1 answer | 0

1

answer

Answered
How can I make a sliding window that's can slide over the signal (pic) ?
I would output your Simulink time series to the Matlab workspace (for example using the To Workspace block) then make a script t...

14 years ago | 0

Answered
Simulink/Algebraic loop
These existing Mathwork links may help: * <http://www.mathworks.com/help/toolbox/simulink/ug/f7-8243.html#bsjdo3y-1 Removing ...

14 years ago | 0

Question


Keep Simulink simulation stable
I would like to prevent my Simulink model from crashing due to dynamic instabilities. My coworker mentioned some measures that h...

14 years ago | 1 answer | 1

1

answer

Answered
Do you think that MATLAB is expensive?
Because I switched from university to corporate pricing, Matlab seems expensive, especially if you rack up several toolboxes, bu...

14 years ago | 1

Question


Can Accelerator work on model with algebraic loop?
I am using a legacy Simulink mdl file that I am pretty sure contains an algebraic loop. The model is slow to execute so I turned...

14 years ago | 1 answer | 0

1

answer

Load more