統計
MATLAB Answers
0 質問
1 回答
ランク
of 175,689
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
hello, I'm supposed to check if the matrix is square if not, disp a message. when i used [n,m]=size(A), if n~=m, disp, it seems to work; if i use [n,n]=size(A),
After having defined the matrix A, I'd just type A' - A if MATLAB gives an error, it means that A isn't square : )
hello, I'm supposed to check if the matrix is square if not, disp a message. when i used [n,m]=size(A), if n~=m, disp, it seems to work; if i use [n,n]=size(A),
After having defined the matrix A, I'd just type A' - A if MATLAB gives an error, it means that A isn't square : )
11ヶ月 前 | 0
