how to set up color range?

1 回表示 (過去 30 日間)
Milenko
Milenko 2013 年 11 月 6 日
回答済み: Doug Hull 2013 年 11 月 6 日
I am using imagesc,import matrix works fine.The problem is when I import another matrix with different velocity range,colors some how adapt.So how to set up colors like 6000 red,... and so on.Is there a simple method for that?

回答 (1 件)

Doug Hull
Doug Hull 2013 年 11 月 6 日
Imagesc is for image SCaled. Use image instead, it will keep the same color range rather than scaling to use the full dynamic range. you can mess with the clim value of the two axes to do this manually.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by