Select specific rows in dataset
Mostra commenti meno recenti
Hello everyone, I have a dataset of 3174 rows and 2041 columns. In the 2041 column of this dataset there are numbers "0", "1", and "2". These numbers are the classification of something. How can I obtain all rows with "0" in column 2041? I will be grateful if you could help me.
Risposte (1)
KALYAN ACHARJYA
il 17 Dic 2020
Modificato: KALYAN ACHARJYA
il 17 Dic 2020
c=find(data_set(:,2041)==0)
1 Commento
Ahmet Batu Alptekin
il 17 Dic 2020
Categorie
Scopri di più su Geology in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!