How to delete rows from an array?
이전 댓글 표시
Given an array of double of size 929x1, I want to obtain a reduced double array with the first 549 lines of the previous one. In short, given a double-sized array of 929x1, we want to eliminate the last 380 lines. How can I do??
채택된 답변
추가 답변 (1개)
Walter Roberson
2019년 3월 1일
0 개 추천
a = a(1:549,:);
카테고리
도움말 센터 및 File Exchange에서 Structures에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!