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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 4 | 1
