Amy Xu
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How to index a matrix in matlab
Assume input matrix I as follows: I = [ 100 56 1 100 54 1 100 65 1 101 5 0 101 10 1 101 15 1 101 20 0 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to quary (building a new matrix based on some information)
Matrix A & B are as follow. I want to create matrix C, where it includes only ID(s) available from A in B. A = [ 145654 ...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to group data points in matrix
Matrix A as follows: A = [ 10 20 5 15 35 40 25 30 5 10 ]; Based on the following criter...
7 years 前 | 3 个回答 | 0
3
个回答提问
How to use Bayesian Optimization?
I'm trying to run the following Mathworks example with my own X and Y: "Tune Random Forest Using Quantile Error and Bayes...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to join two matrices based on similar array in each
Matrix A as follows: A = [ 1 35 24 234 243 2 34 234 2 234 2 34 234 2 234 3 34 234 234 12 4 32 324 243 85 ...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to remove an specific array from matrix
Matrix A as follows: A = [ 1 2 0 0 0 2 100 5 100 1 36 12 25 100 0 8 5 100 0 0 9 1 2 5 9 1 2 3 89 100 ]...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to group arrays in matrix
Matrix A as follows: A = [ 1 1 1 2 2 4 4 7 8 8 9 ]; I want to group by matrix A as f...
7 years 前 | 2 个回答 | 0
2
个回答提问
How to split a matrix
Matrix G is as follows: G = [ 1 2 3 1 0 1 2 1 0 0 1 4 3 1 2 1 3 4 2 0 1 0 0 0 0 ]; I want to produce 5 s...
7 years 前 | 1 个回答 | 0