Question


File Exchange Select?
I was downloading the excellent <http://www.mathworks.com/matlabcentral/fileexchange/8998-surface-fitting-using-gridfit gridfit....

13 years ago | 2 answers | 1

2

answers

Answered
Get and set Simulink model data from Matlab?
Perhaps this <http://www.math.ufl.edu/help/matlab/tec7.6.html explanation> of the get_param and set_param commands will help. Y...

13 years ago | 2

| accepted

Answered
error, simscape
This <http://www.google.com/url?sa=t&rct=j&q=%22variables%20than%20equations%22%20simscape&source=web&cd=1&ved=0CC4QFjAA&url=htt...

13 years ago | 0

Question


How to search for contributors with most answers matching a chosen tag
I would like to identify contributors who have supplied the highest number or highest voted answers to questions with a certain ...

13 years ago | 2 answers | 2

2

answers

Answered
can anyone describe the image segmentation and detection techniques used in viptrackpeople.mdl.
Abhilash - you want to know which techniques are used in the demo to identify and track people in a video, right? The <http://ww...

13 years ago | 0

Answered
to store data array while running a simulation in in real time.
At each time step, could you write out a mat file using the <http://www.mathworks.com/help/toolbox/simulink/slref/tofile.html To...

13 years ago | 0

Answered
VSI based IM drive
You might consider searching <http://www.mathworks.com/matlabcentral/fileexchange/ File Exchange>, either through its search win...

13 years ago | 0

Answered
please help me solve this problem: Discontinuities detected within algebraic...
You might want to get rid of the algebraic loop in your model. The <http://www.mathworks.com/help/toolbox/simulink/ug/f7-8243.ht...

13 years ago | 0

Answered
Viewing Source Code in built in simulink block?
Based on <http://www.mathworks.com/matlabcentral/answers/33679-the-source-code-of-the-library-componenta this answer>, I think y...

13 years ago | 0

| accepted

Question


Find variables in a function that depend on a certain variable
I have a function with many calculations in it. I want to identify all the variables within that function that were calculated f...

13 years ago | 0 answers | 1

0

answers

Answered
how to insert a time delay?
Perhaps the solution in this <http://blogs.mathworks.com/seth/2012/01/22/advanced-s-function-techniques-scheduling-future-events...

13 years ago | 0

Question


How to extract all variable names returned by Simulink.findVars?
I want to list all variables in my Simulink model, which I have collected via: allVars = Simulink.findVars(bdroot) It is...

13 years ago | 1 answer | 0

1

answer

Answered
newbie in matlab simulink
I list resources that I have found useful as a beginner <http://www.mathworks.com/matlabcentral/answers/33513-how-did-you-learn-...

13 years ago | 1

| accepted

Question


What are continuous and discrete states in Simulink?
I see references in the Simulink documentation to continuous and discrete states, for example: <http://www.mathworks.com/help/si...

13 years ago | 1 answer | 4

1

answer

Question


What kind of Simulink block is this?
In a Simulink model, I am trying to identify what kind of block one of the blocks is. When I click on the block, a mfile opens u...

13 years ago | 1 answer | 0

1

answer

Answered
Multicore Simulink Model
It is possible to start 4 instances of Matlab and run your Simulink model 4X concurrently, although performance will be less tha...

13 years ago | 0

Answered
sequential Simulations
Here is my experience in case it is helpful. I have a parameter study with multiple Simulink runs which I execute it from within...

13 years ago | 1

| accepted

Answered
Best way(s) to master MATLAB?
Get to know a Matlab expert if there is one around who can help you when you are stuck. In my school the older students helped t...

14 years ago | 1

Answered
Why do you come to "MATLAB Answers"?
I don't work with any Simulink experts, just a group of self-taught beginners. Answers provides me with a link to experts; sever...

14 years ago | 0

Answered
powergui block, Simpowersystem etc
Perhaps the 'filtered derivative' suggestion in this <http://blogs.mathworks.com/seth/2012/02/01/applying-motion-to-simmechanics...

14 years ago | 0

Answered
Fixed-step solvers, model referencing and Normal and Accelerator mode
I likely misunderstand your question, but I think you need SimScape if you want both continuous and discrete time sampling schem...

14 years ago | 0

Answered
Using the simulation time as a variable during a SimPowerSystems simulation
You could use the <http://www.mathworks.com/help/toolbox/simulink/slref/switch.html Switch> block to perform some actions once t...

14 years ago | 0

Answered
circuit breaker-simulink
There is a <http://www.mathworks.com/help/toolbox/simulink/slref/manualswitch.html Manual Switch> block that might work; it can ...

14 years ago | 0

| accepted

Question


Loading structure with Simulink output returns timeseries object error
I have a structure in a mat file that I want to load as follows, load('simulation_000003.mat', 'variablesNotUsedInRun') ...

14 years ago | 1 answer | 0

1

answer

Question


Why can't find_system find IC block?
I would like to find all initial condition blocks in my Simulink model, yet the following returns an empty cell array, this...

14 years ago | 1 answer | 0

1

answer

Answered
An error in port when using Powergui in Simulink
Please see Guy Rouleau's answer <http://www.mathworks.com/matlabcentral/answers/33035-invalid-dimensions-encountered-while-propa...

14 years ago | 0

Answered
Use of Simulink Signal Logging and SimScape Logs with Parallel
I am sure there is a better approach, but a workaround would be to save a mat file containing each simulation's results. This co...

14 years ago | 0

Answered
Using (and interpolating) characteristic from Matlab in Simulink
If you want to interpolate between (x, F) points and F only depends on x, use a <http://www.mathworks.com/help/toolbox/sldo/ug/b...

14 years ago | 0

Answered
How to make a Flip-flop
If your question is "how to eliminate an algebraic loop if the Unit Delay changes my system's dynamics", this <http://blogs.math...

14 years ago | 0

| accepted

Answered
simulink-using threshold
Try the <http://www.mathworks.com/help/toolbox/simulink/slref/intervaltest.html Interval Test> block.

14 years ago | 0

Load more