Figure Editor: how to change default settings?

1 vue (au cours des 30 derniers jours)
Igor
Igor le 7 Mai 2011
R2010a is installed on two computers (in different places). Someway, while same simple command >>fplot('x.^2',[0 1]), Figure Editor runs at different setting -- the 1st computer plot white background for axes, the 2nd -- black one. Of course, I suppuse that default colormaps differ. I need the same snapshots!
How to repair situation?

Réponse acceptée

Teja Muppirala
Teja Muppirala le 8 Mai 2011
One MATLAB has its colordef as black.
colordef black
figure
fplot('x.^2',[0 1])
colordef white
figure
fplot('x.^2',[0 1])
See the documentation for COLORDEF. I've always liked colordef black though...

Plus de réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by