how to enlarge the blocks in subplot
조회 수: 1 (최근 30일)
이전 댓글 표시
i've a grayscale image 0f size 256x256 and i've divided it into 16x16 blocks
i've ploted this with the function subplot like
subplot(16,16,blockNumber);
imshow(oneBlock);
this shows all the 256 blocks in total. by looking at these blocks i cant identify the blocks as these are very small
the above link is corresponding to my image and here in this image the blocks are very small..
how can i visualize these blocks?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Subplots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!