Delete middle rows in table

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

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019-11-16
编辑:KALYAN ACHARJYA 2019-11-16
table_data([3,4],:) = [];
After deletion 5th and 6th rows automaticaly become 3 and 4 rows.

更多回答(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