Réponse apportée
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...

environ 14 ans il y a | 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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 1

Réponse apportée
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...

environ 14 ans il y a | 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...

environ 14 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 0

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

environ 14 ans il y a | 0

Réponse apportée
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...

environ 14 ans il y a | 5

Réponse apportée
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 ...

environ 14 ans il y a | 0

Réponse apportée
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-...

environ 14 ans il y a | 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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

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

environ 14 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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...

environ 14 ans il y a | 0

Réponse apportée
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...

environ 14 ans il y a | 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...

environ 14 ans il y a | 4 réponses | 5

4

réponses

Réponse apportée
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? ...

environ 14 ans il y a | 0

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

environ 14 ans il y a | 0

Réponse apportée
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...

environ 14 ans il y a | 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...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 0

| A accepté

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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

environ 14 ans il y a | 0

| A accepté

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

environ 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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 ...

plus de 14 ans il y a | 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 ...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 14 ans il y a | 0

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

plus de 14 ans il y a | 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...

plus de 14 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

plus de 14 ans il y a | 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...

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Charger plus