How can I sort an array of structures based upon a particular field in MATLAB?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![WeChat Screenshot_20190420221641.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/215102/WeChat%20Screenshot_20190420221641.png)
I've got a eeg_data_all(cell,size = 1*35), which contains 35*3 cells maybe. I want to sort these data by the 'subid'. How can I do this?
1 Kommentar
Walter Roberson
am 20 Apr. 2019
Each eeg_data_all{P,Q} is to be sorted separately by the subid field of its struct, or all eeg_data_all(:,:) are somehow to be sorted together, considering all of the subid for all of the cells?
Is there are reason why you stored struct in cell instead of using a nonscalar struct array?
Antworten (1)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!