<< semilogy | Graphics functions | sphere >> |
c = sky |
c = sky(m) |
a scalar integer value: Number of colors (256 as default value).
Sky colormap array.
sky returns the colormap with sky colors.
f = figure();
surf(peaks);
colormap('sky');
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET