統計
MATLAB Answers
4 質問
0 回答
ランク
of 170,890
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
