Problem with displaying the colormap

4 ビュー (過去 30 日間)
sha
sha 2012 年 11 月 15 日
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!!!!!

回答 (1 件)

Image Analyst
Image Analyst 2012 年 11 月 15 日

カテゴリ

Help Center および File ExchangeColor and Styling についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by