Show rows of a column of a table that meet a certain condition in another column
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
chiefjia
il 11 Mag 2021
Risposto: David Fletcher
il 11 Mag 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!