Plot a pixel intensity image

2 views (last 30 days)
Muniyat Rafa
Muniyat Rafa on 29 Apr 2021
Edited: Matt J on 29 Apr 2021
Hi I would like to plot a pixel image like figure with a color range red,yellow, green,blue. In example I couldnt find red as a combination.
Attached images for example.

Answers (1)

Matt J
Matt J on 29 Apr 2021
Edited: Matt J on 29 Apr 2021
Perhaps with 'jet',
imshow('cameraman.tif')
colormap jet
colorbar
  2 Comments
Muniyat Rafa
Muniyat Rafa on 29 Apr 2021
Thank you so much Matt J I could bring the color range :D
Now for drawing how can I draw an image which is round in structure whereas pixel box is square in structure. Shall I increase the number of matrix?
Matt J
Matt J on 29 Apr 2021
Edited: Matt J on 29 Apr 2021
Thank you so much Matt J I could bring the color range :D
You're very welcome. Please Accept-click the answer to cofirm that it reoslved your question.

Sign in to comment.

Categories

Find more on Colormaps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!