Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
How can I delete rows from a table where a variable in the table = 1(for example)?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Tables en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by