統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,238
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
for loop with multiple indices
i want to write a function that goes through each row of a matrix and at the same time go through each element of the first row,...
約4年 前 | 1 件の回答 | 0
1
回答質問
function not working properly
i have this function, which is supposed to get three numbers and check if they're scalars and bigger than one function valid = ...
約4年 前 | 1 件の回答 | 0
1
回答質問
How can i define a m by n symbolic matrix?
I know how to for example define a 3 by 4 symbolic matrix with this: x=sym('a',[3,4]) but I don't know how to define this: x=...
約4年 前 | 2 件の回答 | 0
2
回答質問
Index in position 1 exceeds array bounds (must not exceed 1)?
I'm trying to run this function (Y is a 3 by 4 matrix) function Y10 = RREF1 (Y) Y1=Y(2,:)-(Y(2,1)/Y(1,1))*Y(1,:); Y2=Y(3,:)-...
約4年 前 | 2 件の回答 | 0

