Answered
Snake algorithm good reference(s)
http://www.mathworks.com/matlabcentral/fileexchange/28149

13 years ago | 1

Answered
pause a Programming in matlab
Not sure why you want to avoid PAUSE, but you can take a look at the <http://www.mathworks.de/de/help/matlab/ref/timer.html docu...

13 years ago | 0

Answered
How to detect a license checkout failure from an MCC call?
When calling MCC or MBUILD from the DOS command line, you may accomplish your goal by using FLEXnet commands. You need to make s...

13 years ago | 0

Answered
Error using ==> construct_error at 109
It looks like your question is already this answer. "Please change your current directory to a writable directory preferably out...

13 years ago | 0

Answered
安装MCRInstaller.exe时发生1901.Error
这个错误来自微软,你可以在下面的链接中找到这个错误: http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835(v=vs.85).aspx MCR的安装可能涉及一些系统的文件,...

13 years ago | 1

Answered
Autosave files before execution
When I do changes in my MATLAB code and e.g. press F5, then it is automatically saved. I can see that because the asterisk * sym...

13 years ago | 0

Answered
where can i get the student license file for MATLAB?? the e-mail doesn't say anything about where it is.
I am sorry to hear that this appears to be difficult. I can only suggest calling installation support first thing Monday morning...

13 years ago | 0

Answered
Upgrade to Version 2012b
While Wayne's answer with regards to upgrade is correct, I like to state that R2012b is out for the professional version, but no...

13 years ago | 0

Answered
Run Matlab Code in Excel Without Opening Matlab
Quoting this <http://www.mathworks.com/products/matlabxl/ link>: "MATLAB Builder™ EX lets you package MATLAB® programs as Mic...

13 years ago | 0

| accepted

Answered
which packages do I need to use 'integral' function?
This was introduced in R2012a: "The new functions, integral, integral2, and integral3 perform numerical integration with addi...

13 years ago | 0

Answered
Scope showing no output
Put a Display block in parallel to the scope. What does it show? The expected values? Then it is probabley just a setting of the...

13 years ago | 0

Answered
Matlab (windows version) on a Mac
I am pretty sure your university purchased MATLAB in way that they also can give the Mac version to you and it is the university...

13 years ago | 0

Answered
for loop for binary values from 00000 to 11111
Why a loop? Try A=1:16 dec2bin(A) And then flip the order.

13 years ago | 0

| accepted

Answered
how can I increase accuracy
The whole thing might be a display issue like others suggested or it is that the numbers are too small *in comparison to other e...

13 years ago | 0

Answered
Simulink: How can i get "VR source" in 2009 Matlab Version
This is part of the "Simulink 3D Animation" product. Download and trial availability depends on your customer status. Easiest is...

13 years ago | 0

Answered
Increase Memory in Matlab?
I suggest that you focus on reducing the amout of data, not increasing the memory. It depends on your application, but maybe you...

13 years ago | 0

Answered
Student version for Mathworks 2012b Release
This is a forum for technical topics. Even if you are receiveing an answer here, you can't be sure it is correct. E.g. the rules...

13 years ago | 1

Answered
how i can see all the answer?
I don't think that you would not benefitting from seeing the whole text and suggest that you find a complete different way to co...

13 years ago | 0

Answered
Why is the grass green?
>> why The green creator wants it so

13 years ago | 5

Answered
smlink for Matlab 2012b - smlink.r2012b.win64.zip
In the last years, this tool was updated and published a couple of weeks after the release. I suggest to wait a bit.

13 years ago | 0

Answered
What is the difference between ( ) and [ ] format in matlab? how can i change the one format to another one?
If SPLIT is a function, then () is needed. This is the syntax function(parameter1, parameter2). [] concatenates. Simply try ...

13 years ago | 2

| accepted

Answered
Measure compile time and run time separately in Simulink
It is not fully clear to me what "compiler time" is in your context. There are multiple reasons why Simulink models need time be...

13 years ago | 1

Answered
Matlab startup error/crash on fedora 64 bit machine
Could be <http://www.mathworks.de/support/solutions/en/data/1-36MHWQ/index.html?product=ML&solution=1-36MHWQ this solution>

13 years ago | 0

Answered
Error in installing 2010b on Win7
Looks like this <http://www.mathworks.com/support/solutions/en/data/1-CEECTU/index.html?solution=1-CEECTU solution>

14 years ago | 1

Answered
MATLAB will not start - (MLM) UNSUPPORTED: "MATLAB" (PORT_AT_HOST_PLUS )
Please review this <http://www.mathworks.com/support/solutions/en/data/1-17RFO/ solution> and if you are not successful, contact...

14 years ago | 0

Answered
Simulink 2012a 64 bit is a slow starter. Can anyone explain me why?
This can be a varity of different reasons and causes. In order to help you, lets narrow down where the time is lost. Starting MA...

14 years ago | 1

Answered
can any one tell me how to remove R11 DSP blockset blocks from model in matlab 2011a ?
You probably do not mean removing, because this is simple. But you would like to have a working model and replace the product bl...

14 years ago | 0

Answered
Creating DSP Blockset for matlab 2011a
The name for the product DSP Blockset changed over Signal Processing Blockset to DSP System Toolbox. Like with any other prod...

14 years ago | 0

| accepted

Answered
How to tell Simulink not to treat a subsystem as a sublibrary
What about masking? Context menu -> create subsystem

14 years ago | 0

Answered
Tool to check script compatiblity with Matlab versions?
I am not aware of such a tool. Such a tool however would just be able to check the *intended* incompatibilities and not bugs, ri...

14 years ago | 0

Load more