Answered
I cannot get access the demo programs which needs license
This is impossible to answer for the community. Please contact installation support (if something goes with installing or licens...

13 years ago | 1

Answered
Funny bug with respect to NaN value,
This is an intended feature in the workspace browser in MATLAB 7.9 (R2009b). The Min and Max values in the workspace browser do ...

13 years ago | 1

| accepted

Answered
Java Mac OSX 10.6 Update 12 Problem with Matlabpool?
MathWorks Development created a patch for this. It will be published soon - together with a related issue. I will post the link ...

13 years ago | 5

Answered
What is the command to set "Window reuse = Reuse"?
This is possible, but this is an undocumented command that may change in the future. Please contact Technical Support and refer ...

13 years ago | 0

| accepted

Answered
Command history file in MATLAB 2010a and MATLAB 2012b
In MATLAB type prefdir There you find history.m

13 years ago | 0

| accepted

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

Load more