Answered
how to read data from out port block.?
The signals of the outport blocks are written into the MATLAB workspace in case the setting in the "Data Import/Export" tab of t...

13 years ago | 1

| accepted

Answered
Can I get previous verison of Matab/Simulink>
If you are working in a country without a direct representation of MathWorks, you can find out the contact data <http://www.math...

13 years ago | 0

Answered
How to detect a moving animal and record its features?
From the tool perspective this sounds like a typical application for Simulink with the <http://www.mathworks.com/products/comput...

13 years ago | 0

| accepted

Answered
Java Mac OSX 10.6 Update 12 Problem with Matlabpool?
This issue was brought to the attention of MathWorks Technical Support earlier this week. This issue is reproducible and being i...

13 years ago | 2

Answered
plot simulink in matlab
There is actually no other *command* needed than PLOT. You only have to plot different *DATA*. Example: t=0:0.001:1; % ms ...

13 years ago | 0

Answered
Statistical tool box: Distribution fitting tool
The distribution fitting tool can only "see" data that already exists in the base workspace. Every variable (well, probably depe...

13 years ago | 0

Answered
error on startup - how do I fix this?
Sorry, that may be obvious, but still relevant: To recover for this session of MATLAB, type "restoredefaultpath;matlabrc". ...

13 years ago | 2

Answered
install a new toolbox to Matlab 2012b
1. Purchase the toolbox from MathWorks (assuming it is not from a 3rd party) 2. Download from MathWorks Account 3. Install 4....

13 years ago | 1

Answered
I want show/publish someone else my simulink simulation without them buying Matlab?
There are different approaches. It depends what exactly the goal is. Those "someone else" people: Shall they be able to do simul...

13 years ago | 0

Answered
Implementing equation in simulink
I suggest that you take a look and the "vdp" demo model and the respective documentation. Here you learn how 2 differential equa...

13 years ago | 0

Answered
OUT OF MEMORY IN MATLAB
I was tempted to suggest more RAM, but seriously in most applications I see, users simply do not plan / think of "How much data ...

13 years ago | 2

Answered
How can I convert an array to a matrix?
In MATLAB all arrays are matrices... You may achieve what you need by using the RESHAPE command.

13 years ago | 0

Answered
Undocumented changes in interpn from Matlab 2012a to 2012b
There is a reported issue that is currently under investigation. Please contact Technical Support with this issue and refer to "...

13 years ago | 0

| accepted

Answered
Subscript indices must either be real positive integers or logicals???
The whole x(t) thing is not working. It certaintly always will break with x(0), but also with x(20) etc. if there are not 20 ele...

13 years ago | 0

| accepted

Answered
how to add vision toolbox into current matlab 2010a
Typically the installer takes care of that for you. There is no need to add stuff. Maybe something went wrong during install. Pl...

13 years ago | 0

| accepted

Answered
MATLAB command line control of Simulink signal builder
I found an internal knowledgebase document about a similar question. You might need to contact technical support for more inform...

13 years ago | 0

| accepted

Answered
Simulink versus Matlab implementation?
This is too generic to give a good statement. Some considerations: MATLAB vs. Simulink implementation is typically a question...

13 years ago | 0

Answered
how to convert 1.228 into 1
There are a couple of operations you want to try. In this case you are probably looking for SPRINTF. The rest of the "family" is...

13 years ago | 0

Answered
Matlab 2012b Backwards Compatibility
From my perspective code or models from older releases should run in newer releases. My own experience with MATLAB and Simulink ...

13 years ago | 0

Answered
MCR incompatibility with Mountain Lion?
According <http://www.mathworks.com/support/solutions/en/data/1-4GSNCF/index.html?solution=1-4GSNCF this reference>, the latest ...

13 years ago | 1

Answered
Simulink and gui and Standalone executabel?
The was a question recently and my question was accepted. Maybe this works out for you: http://www.mathworks.com/matlabcentra...

13 years ago | 1

Answered
R2012b Paste to Workspace
If you do copy-paste, can you try the context menue in the workspace browser and then paste? I tried it myself the first time :-...

13 years ago | 0

Answered
Loading digit from big number
I suggest treating this numerical value as a string ('chararcter array') and us such operations, e.g. s='200308091234562' ...

13 years ago | 0

Answered
How do I generate a windows standalone from my simulink model?
Generating C Code and stand-alone applications from Simulink models-> Simulink Coder (Formerly Real-Time Workshop). Note other a...

13 years ago | 2

| accepted

Answered
Anybody there using MATLAB/Simulink for Simulators Development?
Yes. Thousands of people do that. What you you want to know?

13 years ago | 0

Answered
mfilename is not working for me
The documentation says: "When called from the command line, mfilename returns an empty string."

13 years ago | 2

Answered
Converting a model to a function
There are some potential issues with the words you are using. Please lets make sure we are meaning the same. A "function", is...

13 years ago | 0

Answered
How to use mcc to deploy?
You surely looked at <http://www.mathworks.com/help/compiler/mcc.html the documentation>, but it is unclear to me where exactly ...

13 years ago | 0

| accepted

Answered
Could not find version 7.17 of this MCR.
MCR 7.17 corresponds with R2012a, see this <http://www.mathworks.com/support/solutions/en/data/1-4GSNCF/index.html reference>. ...

13 years ago | 1

Answered
Matlab R2013a new features?
I would like so support Walter's note. All users who have the R2013a PreRelease availble need to know they are not supposed to t...

13 years ago | 0

| accepted

Load more