nebula
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
f = figure();
n = 256;
cmap = nebula(n);
colormap(cmap);
imagesc(peaks(100));
colorbar;
title(['Nebula Colormap with ', num2str(n), ' Colors']);🔗 See also
🕔 History
Version
📄 Description
Last updated