colorGray

버전 1.0.0.0 (1.6 KB) 작성자: Alexandre Tumlinson
Creates full spectrum, blue-green-orange-salmon, colormap that maps to linear grayscale.
다운로드 수: 2.5K
업데이트 날짜: 2006/11/17

라이선스 없음

Creates a broad range color map that looks good in color as well as when reduced to grayscale for low cost publication.

Finished colormap encodes small values with a bluish color, intermediate values in green to orange, and large values with a redish/salmon color. The greyscale is linear.

RGBcolormap=colorGray(numberOfLevels,makeDebugPlot);

인용 양식

Alexandre Tumlinson (2024). colorGray (https://www.mathworks.com/matlabcentral/fileexchange/12804-colorgray), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

input 'numberOfLevels' is now optional. Optimized for speed and readability by vectorizing code. Added the debug plotting options.

Thx to PederAxensten for suggestions and significant code snippet.