질문


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

거의 12년 전 | 답변 수: 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년 전 | 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년 전 | 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년 전 | 답변 수: 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년 전 | 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년 전 | 0

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

거의 12년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 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년 전 | 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년 전 | 0

| 수락됨

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

대략 12년 전 | 0

더 보기