統計
MATLAB Answers
5 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I transform one matrix by another?
I am trying to write a program where I apply a linear transformation represented by one matrix to each value in a different matr...
約8年 前 | 1 件の回答 | 0
1
回答質問
How would I use rref to check to see if the columns of a matrix span all of R^n?
I'm trying to use matlab to do some linear algebra, but I'm very confused as to how to check if the columns of my matrix are in ...
約8年 前 | 1 件の回答 | 0
1
回答質問
How would I check to see if the number of rows in one matrix are equal to the number of rows in another matrix?
I'm trying to write a function which will compare two matrices. Prior to this comparison I want my function to error check the e...
約8年 前 | 2 件の回答 | 0
2
回答質問
How do I create a column vector of random numbers between -40 and 40, with "n" entries?
I know rand returns random values between 0 and 1 and randi returns random integers, but how do I create a column vector with ra...
約8年 前 | 2 件の回答 | 0
2
回答質問
If I have an array that is size 2x60, how do I plot row 2 vs. row 1?
Would it be plot(data(2,:),data(1,:))?
約8年 前 | 2 件の回答 | 0