Custom Colormap

This function is able to define a customized colormap given the positions and the colors that are required to make the gradients.
다운로드 수: 8.3K
업데이트 2019/9/11

라이선스 보기

The function defines a customized colobar given the positions and the colors that are going to generate the gradients. A Live Script example is also provided to understand the following parameters:

- positions: Vector of positions, from 0 to 1. Note that the first position must be 0, and the last one must be 1.

- colors: Colors to place in each position. This parameter can be specified as a RGB matrix (n_colors x 3), or as a cell vector, containing HTML values. For instance: {'#ffffff','#ff0000','#000000'} is equivalent to [1 1 1; 1 0 0; 0 0 0].

*Update*: The function customcolormap_preset provides 8 new cool presets in order to save time configuring your own!. The presets are 'pasteljet', 'red-yellow-blue', 'red-yellow-green', 'red-white-blue', 'orange-white-purple', 'purple-white-green', 'pink-white-green', 'brown-white-pool'.

Example of use:
J = customcolormap([0 0.5 1], {'#ffffff','#ff0000','#000000'});
colorbar; colormap(J); axis off;

인용 양식

Víctor Martínez-Cagigal (2026). Custom Colormap (https://kr.mathworks.com/matlabcentral/fileexchange/69470-custom-colormap), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Color and Styling에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.1

Presets are now available.

1.0.0