how to truncate an array containing 500 elements?
이전 댓글 표시
I only need 100th to 500th elements.how to avoid the first 100 elements?
ASAP...................
답변 (1개)
Azzi Abdelmalek
2015년 8월 12일
편집: Azzi Abdelmalek
2015년 8월 12일
A=rand(1,500) % example
A(101:end)
카테고리
도움말 센터 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!