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!