Breaking down arrays into multiple smaller arrays

1 次查看(过去 30 天)
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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by