![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9111770_1522131019693_DEF.jpg)
Mido
2016 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Rearranging rows using unique values in column
If I have a matrix as follows: The first column is unique ID while the second column represents price: x = [106 2; ...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Aggregating numbers based on first column index
Hi I have a matrix as follows x=[1 3; 1 4; 1 6; 2 5; 2 7; 3 4; 3 11; 3 1; ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Extracting rows based based on criteria from two columns
A= [1 1 4; 1 2 6; 1 3 9; 1 4 10; 2 1 12; 2 2 15; 2 3 20; 2 4 45] I want...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Replacing zeros with other values
A=[1 2 3 4; 4 5 0 0; 1 0 0 1; 0 1 1 1] I want to replace zeros in the third column with last known values...
8年以上 前 | 1 件の回答 | 1
1
回答質問
Combining two matrices using two criteria
h = [1 4 11; 2 5 12; 4 7 13] y = [1 4; 2 5; 3 6; 4 7] I want for each row of matrix y...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Inserting missing rows in a matrix
If I have a matrix like x = [1 1; 1 2; 2 1; 2 2; 2 3; 3 1; 3 2] x = 1 1 1 2 2 1 2 2...
8年以上 前 | 1 件の回答 | 0