MATLAB: Mesh colour spectrum change

colormapcolourmesh

Hello all,
for users of new Matlab 2015a, i dont know if you noticed but the colour spectrum of "mesh" function changed, before it would go from blue to red, and now only from blue to yellow.
How can i see a mesh graph with a full colour spectrum like before, and not this partial one.
Thank you

Best Answer

It would have helped if you would have attached screenshots. But with R2014b the default colormap changed from jet to parula, which does have a lot of blue and yellow in it. Perhaps that's what you're seeing. Please download and run the attached demo that displays all the colormaps. You can always change the colormap with the colormap() function, or you can change what numbers it applies to with the caxis() function.