フィルターのクリア

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 Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by