답변 있음
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년 전 | 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 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...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 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...

대략 14년 전 | 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...

대략 14년 전 | 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 ...

대략 14년 전 | 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-...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 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...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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? ...

대략 14년 전 | 0

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

대략 14년 전 | 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...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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 ...

대략 14년 전 | 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 ...

대략 14년 전 | 답변 수: 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...

대략 14년 전 | 0

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

대략 14년 전 | 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...

대략 14년 전 | 답변 수: 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...

14년 초과 전 | 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...

14년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기