Colormap formulae

버전 1.0 (4.55 KB) 작성자: Masayuki Tanaka
It is pseudo color and color pallet based on rgbformulae of gnuplot.
다운로드 수: 141
업데이트 날짜: 2018/4/3

라이선스 보기

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]

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2017a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Colormaps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0