create_colors(n,ico​lor)

버전 1.1.0.0 (2 KB) 작성자: Mario CASTRO GAMA
Creates a palette for plotting purposes using colorbars and surfaces
다운로드 수: 66
업데이트 날짜: 2015/12/7

라이선스 보기

Input Arguments:
n : number of required colors
icolor : a palette of RGB of size [kcolors, 3],
all colors between 0 and 1.
Output arguments:
out : palette of colors of size [n,3] based on icolor
and linearly interpolated
Notes:
1) In some journals they specifically ask for black & white this should
be included
2) In some cases the variables are distributed with LOG scale

인용 양식

Mario CASTRO GAMA (2024). create_colors(n,icolor) (https://www.mathworks.com/matlabcentral/fileexchange/53651-create_colors-n-icolor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
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.1.0.0

This is an improved version of the function

1.0.0.0