Wednesday, June 10, 2015

Setting/Changing Default Colormap in Matlab

Well, a new version of matlab sets parula as the default colormap. I agree all the arguments against the "rainbow" colormap theme... For example see here...

I would probably change the colormap in the future projects.
However, for my current one, I wanted jet as the default. Here is how I did reset the parula to jet.
>>    set(0,'DefaultFigureColormap',jet)

No comments: