필터 지우기
필터 지우기

colormap and GUIDE using axes components

조회 수: 2 (최근 30일)
Jason
Jason 2014년 5월 22일
답변: Romain 2014년 5월 22일
I have a Gui using Guide and have several images on different axes components (6 in total).
axes(handles.axes3)
imshow(Image,[low, high]) %low, high predetermined
colormap bone;
1: Is it possible to change the colormap of only one of them. so far they all change 2: Is it also possible to change the colormap on say the axes3 but without calling the imshow function again. Can matlab just know whats already on axes3 and change its colormap??

답변 (1개)

Romain
Romain 2014년 5월 22일

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by