79689341

Date: 2025-07-03 18:56:09
Score: 0.5
Natty:
Report link

MATLAB R2025a offers the function colormaplist that returns a list of colormap names.

Demo:

cmaps = colormaplist()

cmaps = 

  21×1 string array

    "parula"
    "turbo"
    "hsv"
    "hot"
    "cool"
    "spring"
    "summer"
    "autumn"
    "winter"
    "gray"
    ...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: adam danz