Show rows of a column of a table that meet a certain condition in another column
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
chiefjia
am 11 Mai 2021
Beantwortet: David Fletcher
am 11 Mai 2021
Dear MATLAB experts,
I'm tryigng to get the rows of column x , where rows of column y == 0 . I have written the following code so far, but can't manage to get the result:
table(table.x(table.y==0, :), :)
I would really appreciate your help.
Thank you in advance
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!