Delete middle rows in table

1 visualización (últimos 30 días)
Zeynab Mousavikhamene
Zeynab Mousavikhamene el 16 de Nov. de 2019
Editada: KALYAN ACHARJYA el 16 de Nov. de 2019
I need to delete rows 3 and 4 of this table and have the 5th and 6th rows to be rows 3 and 4.
How can I do that?
1.JPG

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 16 de Nov. de 2019
Editada: KALYAN ACHARJYA el 16 de Nov. de 2019
table_data([3,4],:) = [];
After deletion 5th and 6th rows automaticaly become 3 and 4 rows.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by