Alex Rob
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to sort a matrix in matlab
Assume matrix A as follows: A = [... 1 50 0 10 2 0 0 0 3 0 30 0 4 0 15 0 5 45 0 65 6 55 0 0 7 0 10 0 ...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to build a new matrix based on some available information
Assume matrix E as follows: E = [ 1 260 120 1 340 60 1 455 300 1 555 60 2 620 120 2 705 60 2 720 360 ...
7 years 前 | 3 个回答 | 0
3
个回答提问
How to group by matrix by row numbers
Assume matrix A as follows: A = [ 12 4 5 4 3 4 2 12 3 1 6 1 8 10 12 5 10 3 9 1 9 14 6 5 4 5 6 5 14 8 4 7 3 7...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to remove rows include a specific array
Assume matrix A as follows: A = [ 12 3 1 6 1 8 10 12 10 3 2 4 9 6 12 5 10 3 9 1 9 14 6 5 4 5 6 5 14 8 4 7 3 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Create matrix based on the row numbers
Matrix A as follows: A = [ 1 3 4 7 ]; Matrix B as follows: B = [ 186691 186242 106221 17...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to remove rows contain 0 in matrix
Assume matrix A as follows: A = [1 1 2 2 3 3 10 10 7 10 9 5 5 45 4 15 1 10 1 50 3 30 5 65 6 55 1 0 8 90 2 0 ...
7 years 前 | 3 个回答 | 0
3
个回答提问
How to find the minimum number in matrix among the repeated array
Martix A is as follows: A = [36 2 896 965 36 2 965 1354 36 4 1354 1400 36 3 1400 1450 36 2 1450 1700 36 2 17...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to find minimum number in matrix and form a new matrix based on that
Suppose matrix A is as follows: A = [14 478 14 668 14 708 14 1143 18 468 18 653 18 718 18 813 23 37...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to count between two range in Matlab?
Let's assume matrix A: A = [25;30;34;20;26;20]; I want to create matrix B with the following criteria: % First ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to split a matrix based on array similarity
I have matrix A as follows: A = [123 223 225 123 123 223 224 123 123 223 225 123 123 225 123 23 123 223 224 123...
8 years 前 | 1 个回答 | 0