MATLAB: Designing gui for display image in axes

matlab gui

i am using gui to display my output…. i wanted to display a graph in colormap hot…. when i use it all the images in other axes are also changing to colormap(hot)…. what shud i do to display only the image in that particular axes to colormap hot….

Best Answer

colormap(handles.axes1,map)