Select specific rows in dataset
Show older comments
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.
Answers (1)
KALYAN ACHARJYA
on 17 Dec 2020
Edited: KALYAN ACHARJYA
on 17 Dec 2020
c=find(data_set(:,2041)==0)
1 Comment
Ahmet Batu Alptekin
on 17 Dec 2020
Categories
Find more on Geology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!