Does anyone know of any reference about error messages in MATLAB? Error messages in MATLAB are often very short and occasionally I don“t what they mean.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Some of the more common ones are explained in this MathWorks Technical Note. |
|||||
|
|
Here are some of the most common errors:
In addition, whenever there is a cryptic error inside of a Matlab built-in function it's usually because you called the function wrong (e.g. with a cell array where it expected strings, or with NaN where it expected finite-only vectors). |
||||
|
|
|
This guide is better than nothing... http://en.wikibooks.org/wiki/MATLAB_Programming/Error_Messages |
|||
|
|