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

 採用された回答

KL
KL 2017 年 11 月 22 日
if T is your table,
T(T.Variable == 1,:) = [];

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeTables についてさらに検索

質問済み:

2017 年 11 月 22 日

回答済み:

KL
2017 年 11 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by