Figure Editor: how to change default settings?

조회 수: 1 (최근 30일)
Igor
Igor 2011년 5월 7일
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?

채택된 답변

Teja Muppirala
Teja Muppirala 2011년 5월 8일
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...

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Colormaps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by