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!