提问


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

12 years 前 | 2 个回答 | 1

2

个回答

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

12 years 前 | 2

| 已接受

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

12 years 前 | 0

提问


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

12 years 前 | 2 个回答 | 2

2

个回答

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

| 已接受

提问


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

12 years 前 | 0 个回答 | 1

0

个回答

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

12 years 前 | 0

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

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

12 years 前 | 1

| 已接受

提问


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

12 years 前 | 1 个回答 | 4

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

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

12 years 前 | 0

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

12 years 前 | 1

| 已接受

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

12 years 前 | 1

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

| 已接受

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

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

12 years 前 | 0

| 已接受

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

12 years 前 | 0

加载更多