<< movie | Graphics functions | newplot >> |
c = nebula |
c = nebula(m) |
a scalar integer value: Number of colors (256 as default value).
Nebula colormap array.
nebula returns the colormap with nebula colors.
f = figure();
n = 256;
cmap = nebula(n);
colormap(cmap);
imagesc(peaks(100));
colorbar;
title(['Nebula Colormap with ', num2str(n), ' Colors']);
Version | Description |
---|---|
1.14.0 | initial version |
Allan CORNET