Feeds
提问
??? Undefined function or method 'mmq' for input arguments of type 'cell'.
I made a program that is supposed to have as input a matrix(D) and a cell array (b), but when I try to use it I get that error. ...
13 years 前 | 0 个回答 | 0
0
个回答提问
Ordinary Least Squares Method program
I have to make form scratch a program that applies the Ordinary Least Squares Method to a set of data (matrix D) and the base fu...
13 years 前 | 0 个回答 | 0
0
个回答提问
'transform' text with inline into a mathematical function
I have to make a program that recieves many functions( like x^2) in the form of elements of a vector(b), and calculates the falu...
13 years 前 | 1 个回答 | 0
1
个回答提问
()-indexing must appear last in an index expression
I get this error related to this line of code: A(l,c)=A(l,c)+(b(l)(D(1,h))*b(c)(D(1,h))) b is a vector that in each pos...
13 years 前 | 4 个回答 | 1
