autumn

Autumn colormap array.

📝 Syntax

  • c = autumn

  • c = autumn(m)

📥 Input argument

  • m - a scalar integer value: Number of colors (256 as default value).

📤 Output argument

  • c - Autumn colormap array.

📄 Description

autumn returns the colormap with autumn colors.

💡 Example

f = figure();
surf(peaks);
colormap('autumn');

🔗 See also

colormap.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?