Plot a pixel intensity image
Show older comments
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)
Perhaps with 'jet',
imshow('cameraman.tif')
colormap jet
colorbar
Categories
Find more on White 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!