2.常见的程序出错问题整理
http://www.chinavib.com/thread-46001-1-1.html 2F->Subscript indices must either be real positive integers or logicals
3F->Undefined function or variable "a"
4F->Input argument "x" is undefined
5F->Matrix dimensions must agree Inner matrix dimensions must agree
6F->Attempt to execute SCRIPT conv as a function
7F->Function definitions are not permitted at the prompt or in scripts
8F->X must have one or two columns OR . Vectors must be the same lengths
9F->One or more output arguments not assigned during call to '...'
10F->??? Error using ==> mpower Matrix must be square
11F->Explicit integral could not be found.
12F->Index exceeds matrix dimensions. Attempted to access b(3,2); index out of bounds because size(b)=[2,2].
13F->In an assignment A(I) = B, the number of elements in B and I must be the same
14F->To RESHAPE the number of elements must not change