統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,217
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I'm trying to create a matrix with the following format for any size square matrix.
I need to create a square matrix of any size n so that it has this form: For Example, a 5x5 matrix: A= [1 0 0 0 0 ;1 -2 1 0 0 ...
約6年 前 | 1 件の回答 | 0
1
回答質問
Creating A Matrix Using Nested For Loops and Mod function
I need to create a n x n matrix function with the following pattern. If n was 4, the matrix should appear like [1 0 2 0;0 3 0 4...
9年弱 前 | 1 件の回答 | 0