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