How I can convert huge matrix into small blocks
10 次查看(过去 30 天)
显示 更早的评论
Hi everyone
Basically, I have a *.txt file with 2048x2048 matrix, I want to convert it into 64 small matrices with size of 256x256.
How I can do this in matlab.
Thanks In advance
0 个评论
回答(1 个)
Dinesh Yadav
2020-7-24
First read your text file into matrix. An example is in the link below
and the break into smaller matrices by reading the following link
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!