Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
"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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

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

11 years ago | 0

| accepted

Answered
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 years ago | 1

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 1

Answered
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 years ago | 1

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

| accepted

Answered
adding space before capital letters in variable names
Try the code in <http://www.mathworks.com/matlabcentral/newsreader/view_thread/133658 this thread>: % a string s='var...

11 years ago | 0

Answered
How can read data of entity in queue
You can try using Decdatt's suggestion along with <http://www.mathworks.com/help/matlab/ref/persistent.html persistent variables...

11 years ago | 0

| accepted

Answered
simple buffer in simlink embedded matlab
What is the size of pres on line ~11 versus the size on line ~18? It looks like the size of the output of xstore(1:Nu,1) ...

11 years ago | 0

Answered
Can i convert the following code into Matlab embedded function(for simulink use)
I'm not sure if this will help but there is a <http://www.mathworks.com/matlabcentral/fileexchange/5060-rs232-blockset RS232 Blo...

11 years ago | 0

Answered
Can synchronous Sampling be done by Matlab
Assuming you have an accurate time related to each signal, you could use the <http://www.mathworks.com/help/matlab/ref/timeserie...

11 years ago | 0

| accepted

Answered
[Help] Ball and Beam Simulink animation
I would suggest checking out this <http://www.mathworks.com/products/3d-animation/examples.html multipart video series> on using...

11 years ago | 0

Answered
Linearize non-linear system using Matlab/Simulink
Your best bet is to perform the first linearization in the <http://blogs.mathworks.com/seth/2011/12/14/welcome-to-the-linear-ana...

11 years ago | 1

| accepted

Answered
Anrdroid development on MATLAB
Your best bet is probably <http://www.mathworks.com/products/matlab-coder/ MATLAB coder>. You can generate c-code from your MAT...

11 years ago | 0

Answered
What is the sample time in Rapid Control Prorotyping?
I think you have the right idea. The only time the power/speed of the Speedgoat components should come into play is when you hi...

11 years ago | 0

Answered
How to numerically solve ordinary differential equations using Matlab?
<http://www.mathworks.com/support/solutions/en/data/1-GNHTB3/index.html;jsessionid=70e6674e71ea1a0b7fd446765b44 Fixed Step ODE S...

11 years ago | 0

| accepted

Answered
Start & stop opeartions using single push button
You could set a flag when you hit start, for example isRunning = 1; setappdata(handles.myPushbutton,'isRunning',isRunn...

11 years ago | 1

Load more