Maximum arrays of a matrix
Show older comments
Hi i have a matrix woth 543 arrays. I wanna choose 10 maximum arrays between these 543 arrays. Need help!
4 Comments
DGM
on 5 Dec 2021
What exactly is this "matrix of 543 arrays"?
Is it a cell array of arrays?
Are the internal arrays all numeric?
Are they all the same size and class?
What is the maximum array?
Is it the array with the largest sum? The largest mean?
Is it the elementwise maximum of all the arrays?
armin m
on 6 Dec 2021
DGM
on 6 Dec 2021
That's just a numeric vector. You said you have a matrix of arrays.
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!