Show rows of a column of a table that meet a certain condition in another column

조회 수: 1 (최근 30일)
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

채택된 답변

David Fletcher
David Fletcher 2021년 5월 11일
table.x(table.y==0)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by