Plot a pixel intensity image
Mostrar comentarios más antiguos
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.

Respuestas (1)
Perhaps with 'jet',
imshow('cameraman.tif')
colormap jet
colorbar
Categorías
Más información sobre White en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
