Amy Xu
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
287,175
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 1 answer | 0