DOPPLERMAP Color map for color Doppler
DOPPLERMAP returns a matrix containing the Doppler colormap.
Contents
Syntax
DOPPLERMAP(M) returns an M-by-3 matrix containing a typical color map used by ultrasound scanners in the color Doppler mode.
DOPPLERMAP (no input argument) is the same size as the current figure's color map.
Example
P = peaks(256); P = 2*rescale(P)-1; imagesc(P) axis square off colormap dopplermap colorbar
See also
About the author
Damien Garcia, Eng., Ph.D. INSERM researcher Creatis, University of Lyon, France
websites: BioméCardio, MUST
Date modified