Delete middle rows in table

조회 수: 1 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2019년 11월 16일
편집: KALYAN ACHARJYA 2019년 11월 16일
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