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!