Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
How can I delete rows from a table where a variable in the table = 1(for example)?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by