How to delete rows in a table where table variable equals some integer?

조회 수: 1 (최근 30일)
T4H14
T4H14 2017년 11월 22일
답변: KL 2017년 11월 22일
How can I delete rows from a table where a variable in the table = 1(for example)?

채택된 답변

KL
KL 2017년 11월 22일
if T is your table,
T(T.Variable == 1,:) = [];

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by