How to make plot in Matlab 2014 looked the same as Matlab 2013 default?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Just upgrade to Matlab 2014 and looks like the default plot looks very different from Matlab 2013 default. Is there away to easily make plot in Matlab 2014 looked like the default plot in Matlab 2013?
In the middle of a project and need some 2014 feature. Don't want to have plots in two styles in the same document but it is too painful to go back and change every picture to 2014 style... Need help!
1 Kommentar
mashtine
am 27 Nov. 2014
What do you need changed? Need a bit more specificity. Background colour? axis labels? etc
Antworten (2)
Robert Cumming
am 27 Nov. 2014
Is it the default colormap which is the problem? The default changed.
You should be able to get back to the R2013 map using:
colormap ( 'jet' )
0 Kommentare
Siehe auch
Kategorien
Mehr zu Line Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!