losing CData after replotting image in subplot ?
이전 댓글 표시
I am making a montage of image panels, which look like BW but are not binary.
I am then taking the CData of the montage and , using imagesc, I would like to recolorize my image
so I set the proper x,y size (obtained from montage object) and add the montage CData info.
in a new figure I obtain the desired colored montage. In the same subplot panel no. Even after clearing or removing the montage.
why is that ?
adding a color map makes the image binary. I add the line just for testing
mo=montage(tN,'size',[2,4]);
cdata = mo.CData;,cla(ax325)
ax325=subplot(3,2,5);
imagesc(2560,1280,cdata);
colormap parula
댓글 수: 1
Image Analyst
2021년 3월 6일
Attach tN in a .mat file.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Red에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!