How can I skip some rows in Matlab ?
이전 댓글 표시
I have a huge range of data, and I want to reduce them into half. I want to know how to let Matlab read one row and delete other. So it reads in all odd rows and skip even rows.
댓글 수: 2
KALYAN ACHARJYA
2018년 3월 3일
When you call in interactions of raw value you can increment it by 1 within the loop.
per isakson
2018년 3월 3일
편집: per isakson
2018년 3월 3일
huge compared to what? If the data fits in memory, read the entire file and delete every second row.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!