MATLAB: How do you set a new default colormap for Matlab

colormapdefaulthow tojet

I want the default colormap for all of my projects to be jet? Can anyone tell me how I set this to be the default?

Best Answer

You need to set it default at root level. Type this in the command line:
set(0,'DefaultFigureColormap',feval('jet'));