Effacer les filtres
Effacer les filtres

Breaking down arrays into multiple smaller arrays

1 vue (au cours des 30 derniers jours)
Saeid
Saeid le 30 Mar 2018
I want to break down an array such as this one:
into three separate arrays, based on the rpm column, so that at the end I will have one grren, one gray and one pink array. How can I do this efficiently?

Réponses (1)

Walter Roberson
Walter Roberson le 30 Mar 2018
splitapply(@(M) {M}, YourData, findgroups(YourData(:,3)))

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by