已回答
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...

12 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 1

已回答
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...

12 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 1

1

个回答

已回答
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...

12 years 前 | 0

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

12 years 前 | 0

已回答
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...

12 years 前 | 5

已回答
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 ...

12 years 前 | 0

已回答
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-...

12 years 前 | 0

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

12 years 前 | 0

已回答
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...

12 years 前 | 0

提问


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

12 years 前 | 4 个回答 | 5

4

个回答

已回答
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? ...

12 years 前 | 0

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

12 years 前 | 0

已回答
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...

12 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 0

| 已接受

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 0

| 已接受

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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 ...

12 years 前 | 0

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

12 years 前 | 0

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

12 years 前 | 0

提问


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

12 years 前 | 1 个回答 | 1

1

个回答

已回答
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...

12 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

加载更多