How to trim down data?
Mostra commenti meno recenti
a=[1;2;3;44;15;6;7;82;9] , b=[1;2;3;3;3;3;1;3;3] and c=[14;28;36;44;5;6;12;21;19]. I would want use this selection criteria; select only the elements of b which are =3 and their corresponding values in a and c.
How can I trim this data down to a=[3;44;15;6;82;9], b=[3;3;3;3;3;3] and c=[36;44;5;6;21;19]?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!