Plot a pixel intensity image

1 次查看(过去 30 天)
Muniyat Rafa
Muniyat Rafa 2021-4-29
编辑: Matt J 2021-4-29
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.

回答(1 个)

Matt J
Matt J 2021-4-29
编辑:Matt J 2021-4-29
Perhaps with 'jet',
imshow('cameraman.tif')
colormap jet
colorbar
  2 个评论
Muniyat Rafa
Muniyat Rafa 2021-4-29
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 2021-4-29
编辑:Matt J 2021-4-29
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Colormaps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by