Problem with displaying the colormap
Ältere Kommentare anzeigen
Hi,
I have 6 axes, contain different images. But I want to display only 1 image for the colormap. But when i execute the colormap button, all the other images in the axes, turn into colormap too. How do i solve this problem?
the code:
-----------------------
global z1;
imshow(z1, jet(256));
---------------------
Need Help!!!!!
Antworten (1)
Kategorien
Mehr zu Color and Styling finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!