Plot a pixel intensity image
Afficher commentaires plus anciens
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.

Réponses (1)
Perhaps with 'jet',
imshow('cameraman.tif')
colormap jet
colorbar
Catégories
En savoir plus sur White dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
