답변 있음
How to make a script wait for a background process to complete before continuing
You may be able to implement the <http://www.mathworks.com/help/matlab/ref/waitfor.html waitfor> command along with the system c...

대략 11년 전 | 0

답변 있음
Change Simulink block colors (Display, MATLAB Function)
You could probably work something out with this <http://www.mathworks.com/matlabcentral/fileexchange/34686-a-custon-display-like...

대략 11년 전 | 0

답변 있음
how can store signal in real time for period time?
It sounds like you want to store or read data while an event is occuring (as defined by you) and when the event is not occuring,...

대략 11년 전 | 0

답변 있음
can MATLAB is use for Kinect for windows product?
There is something on the <http://www.mathworks.com/matlabcentral/fileexchange/30242-kinect-matlab flie exchange> to connect to ...

대략 11년 전 | 0

답변 있음
how to make this matlab simulink block diagram
<http://blogs.mathworks.com/seth/2008/05/23/how-to-draw-odes-in-simulink/ Modeling ODEs in Simulink> should help you get started...

대략 11년 전 | 1

| 수락됨

답변 있음
How to pause matlab a specific amount of time between iterations??
You could enter a while loop until you are able to retrieve the data. You could also potentially use a <http://www.mathwork...

대략 11년 전 | 0

답변 있음
How to integrate generated simulink model code into own project
It sounds like your controller is the portion outside of simulink here. How are you interacting with it? S-function? I wo...

대략 11년 전 | 0

답변 있음
How to create an executable for M-file that intrinsically calls SIMULINK model(i,e, .mdl file) ?
Calling Simulink from MATLAB and generating a single executable would be tough if not impossible. The issue being SIM is not a ...

대략 11년 전 | 1

답변 있음
Create Simulink Model using matlab-GUI?
Check out the <http://blogs.mathworks.com/seth/2010/01/21/building-models-with-matlab-code/ building up models with MATLAB> blog...

11년 초과 전 | 0

답변 있음
How to speed up simulation time for fuzzy controllers in simulink
You can try running in accelerator or rapid accelerator mode, change to a <http://blogs.mathworks.com/seth/2012/07/03/why-do-we-...

11년 초과 전 | 0

| 수락됨

답변 있음
i am new to s function,,,how to create s function from existing matlab or c code
<http://www.mathworks.com/help/simulink/slref/sfunctionbuilder.html s-function builder>

11년 초과 전 | 1

답변 있음
How do we compare simulink models to find differences
There is an XML comparator that is part of <http://www.mathworks.com/help/rptgenext/ug/how-to-compare-xml-files-exported-from-si...

11년 초과 전 | 0

답변 있음
Problem in generating code for a simple model
<http://www.mathworks.com/matlabcentral/answers/20864 This answer> regarding GRT versus ERT targets may help. GRT is a generic ...

11년 초과 전 | 0

| 수락됨

답변 있음
Sum of two signal which have differents data rate
A <http://www.mathworks.com/help/simulink/slref/ratetransition.html rate transition> should work. Sometimes Simulink will imple...

11년 초과 전 | 0

답변 있음
"Execute At Initialization" Stateflow check
<http://www.mathworks.com/help/simulink/gui/diagnostics-pane-stateflow.html#bsilvyr-1 This warning> appears to be what you are l...

11년 초과 전 | 0

답변 있음
Which tool are you using to create the documentation of your MATLAB codes?
<http://www.mathworks.com/products/ML_reportgenerator/index.html MATLAB Report Generator> has a lot of options for HTML reports....

11년 초과 전 | 0

답변 있음
MATLAB Associate Certification information
It looks like it's located mostly where MathWorks has a location (Torrance, Novi and Natick). I would suggest calling custom...

11년 초과 전 | 0

답변 있음
Simulink: Variable Lookup axis
You could use a <http://www.mathworks.com/help/simulink/slref/lookuptabledynamic.html dynamic lookup table> instead of a fixed l...

11년 초과 전 | 0

| 수락됨

답변 있음
Printing Simulink models to hi resolution EPS
Looks like you're close, but you want to add an 's' before Singlezone and make sure the system is loaded (load_system, open_syst...

11년 초과 전 | 1

| 수락됨

답변 있음
Powergui block discrete vs continuous
Here's a couple links that should get you started: <http://www.mathworks.com/matlabcentral/newsreader/view_thread/269997 News...

11년 초과 전 | 0

답변 있음
Stuck creating a 1KHz Carrier wave in Simulink
Try this in the repeating sequence: [0 1/2000 1/1000] [-1 1 -1]

11년 초과 전 | 0

| 수락됨

답변 있음
tricky ode system from m file
What do you mean doesn't work? It sounds like you need a new state to define what condition you are currently in. This way you...

11년 초과 전 | 1

답변 있음
3 DOF helicopter modeling
You can use a <http://www.mathworks.com/help/aeroblks/3dofbodyaxes.html 3 dof block> from the Aerospace Blockset to get started....

11년 초과 전 | 0

답변 있음
out of memory error in matlab fuzzy system running with java
If you're running this on Java only, it's not really a MATLAB question. However, to debug an issue like this one thing you can ...

11년 초과 전 | 0

답변 있음
how can i measure a resistance in simpowersystem
<http://www.mathworks.com/help/physmod/powersys/ref/voltagemeasurement.html Meaasure the voltage> and <http://www.mathworks.com/...

11년 초과 전 | 1

답변 있음
Generating Simulink report using basic MATLAB.
There are a number of programs that let you <http://bit.ly/ACriJZ print to pdf>. This should allow you to display the Simulink ...

11년 초과 전 | 1

답변 있음
A question about xPC Target stand alone
You can do the copying/editing in windows before you boot in DOS. As long as the files are correct, it shouldn't matter where t...

11년 초과 전 | 0

| 수락됨

답변 있음
How can I add an exponential distribution to a Single server in Simulink?
If you took my advice from the <http://www.mathworks.com/matlabcentral/answers/57553-how-can-i-give-entities-an-attribute-from-a...

11년 초과 전 | 0

| 수락됨

답변 있음
Having a Simulink error while simulating a UAV to track a UGV.
The error you are seeing is related to the solver attempting to automatically resolve an algebraic loop. However, in this case,...

11년 초과 전 | 1

| 수락됨

답변 있음
How can I give entities an attribute from a file?
Say you define the vector in the m-file: myVec = [1,2,4,5,2,3...1,1,1]; %server numbers And you want to assign the next...

11년 초과 전 | 0

| 수락됨

더 보기