Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
How can I delete rows from a table where a variable in the table = 1(for example)?

Akzeptierte Antwort

KL
KL am 22 Nov. 2017
if T is your table,
T(T.Variable == 1,:) = [];

Weitere Antworten (0)

Kategorien

Mehr zu Tables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by