Show rows of a column of a table that meet a certain condition in another column
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
chiefjia
el 11 de Mayo de 2021
Respondida: David Fletcher
el 11 de Mayo de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!