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

1 次查看(过去 30 天)
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