num2jet.m

Returns RGB used in figure output of "image(data)" with default jet colormap selected.
368 Downloads
Updated 11 Mar 2010

View License

I needed to create rgb jpg images of heatmaps that had the same dimensions as my input data. If a heatmap is created using the image function and then saved as a jpgeg, the dimensions of the resulting jpeg no longer correspond to the input dimensions of the data. This function returns a matrix of uint8 data with the same x and y dimensions as the data you input. The z dimension data correspond to RGB values. The output is suitable for conversion to jpg, tiff etc. using imwrite.

Cite As

David Godlove (2024). num2jet.m (https://www.mathworks.com/matlabcentral/fileexchange/26921-num2jet-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Images in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0