I'm trying to display multiple images using subplot but Im getting "add axes to grid" error....How do I rectify it???
조회 수: 1 (최근 30일)
이전 댓글 표시
subplot(2,2,1);imshow(a);title('a');
subplot(2,2,2);imshow(b);title(b'');
subplot(2,2,3);imshow(c);title(c'');
subplot(2,2,4);imshow(d);title('d');
댓글 수: 1
답변 (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!