while truncating the original matrix size changes and error shows index in position 1 exceeds array bound
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a matrix of size 936X64 after 2d dft. when when i try to retain only the rows from 799 to 935. it shows the error index in position 1 exceeds array bound (must not exceed 234).
댓글 수: 0
답변 (1개)
Pratham Shah
2023년 3월 27일
Mention the command that you are using to extract it.
You can try
arr(799:end,:);
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 NaNs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!