Colormap formulae

It is pseudo color and color pallet based on rgbformulae of gnuplot.
141 descargas
Actualizado 3 abr 2018

Ver licencia

It provide a variety of colormaps. It can be used for many plot applications.
In addition, it can be used to convert from a gray image to a pseudo color image.
Run demo.m!

Usage of colormap:
colormap(ax1,colormapformulae('traditional ', 2560));
or
colormap(ax1,colormapformulae([7,5,15], 2560));

It includes builtin colormap like 'cool'.
colormap(ax1,colormapformulae('cool', 2560));

Usage of pseudo color conversion:
col = gray2pseudocolor(gry,'traditional');
or
col = gray2pseudocolor(gry,[7,5,15]);

The numbers [7,5,15] specifiy the transformation functions of R, G, and B.
You can get different colormap by changing the numbers.

Each function includes help.
Please type:
% help [function]

Citar como

Masayuki Tanaka (2024). Colormap formulae (https://www.mathworks.com/matlabcentral/fileexchange/66724-colormap-formulae), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Colormaps en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0