Mohammad Juned
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 151,939
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
removing specific column based on some condition
Hi all, I want to remove specific column from a matrix based on certain condition. let A be a matrix of order 8*3 A=[20 150 15...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Storing elements to a matrix
Hi everyone. This my code clc clear all m=[ 1 2 3; 4 5 6; 7 8 9]; c=1; for k=1:3; for f= 1:3; m1(k,f)=(m(c+...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Nested loop in 3 d matrix
I have a matrix of order 3*7 12 10 8 22 18 20 30 10 5 12 18 15 22 28 13 ...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Deleting specific rows in a matrix
I want to delete rows that contain element of value 0 for example in the following matrix B row 3, 4 ,5 contains a zero...
3年以上 前 | 1 件の回答 | 0