getCmapString
Version 1.0.0 (1.64 KB) by
lazymatlab
returns the colormap of selected handle as a string.
% str = getCmapString(h) finds what colormap is used in the handle h
% and returns as a string. Matlab has 18 colormaps:
% parula (default)
% jet
% hsv
% hot
% cool
% spring
% summer
% autumn
% winter
% gray
% bone
% copper
% pink
% lines
% colorcube
% prism
% flag
% white
% If no matches are found, "unknown" is returned.
%
% h should be a handle of which the class has a Colormap property.
Cite As
lazymatlab (2026). getCmapString (https://in.mathworks.com/matlabcentral/fileexchange/73759-getcmapstring), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2019b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > Labels and Styling > Color and Styling > Blue >
Find more on Blue in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
