フィルターのクリア

Imagesc split pixel into 2 different colours?

1 回表示 (過去 30 日間)
Robert
Robert 2016 年 3 月 7 日
コメント済み: Robert 2016 年 3 月 8 日
I am using imagesc to plot a map. There are 8 possible variables that can be included in a pixel, hence the plot is of values 1-8. Most pixels only have one number included, however some have 2. To accurately represent this I wonder if it is possible to somehow split a pixel in half so that when I plot the map using imagesc it shows 2 colours (e.g. the colour representing 1 and the colour representing 5)
Is there a simple solution to achieve this?

採用された回答

Walter Roberson
Walter Roberson 2016 年 3 月 8 日
No. You will need to create a new matrix twice as wide (or twice as tall) in which each pair of locations is either set the same (one color) or is set differently (two colors)
  1 件のコメント
Robert
Robert 2016 年 3 月 8 日
I thought that might be the case, thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePreprocessing Data についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by