統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,285
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Can't quit Matlab program
All I get is: Unable to run the '''quit''' command, because it is not supported for this product offering.
11年以上 前 | 1 件の回答 | 0
1
回答質問
Assign column vector to a matrix row
This always works, but why? Is it legal? vert = [1:4]', horiz = [11:14], mat = zeros(4,4) mat(2,:)=vert, mat(3,:)=hor...
12年弱 前 | 1 件の回答 | 0
