What is drawable are?

2 views (last 30 days)
Mr M.
Mr M. on 12 Nov 2015
Answered: Jan on 12 Nov 2015
For me:
figure('units','normalized','outerposition',[0 0 1 1],'position',[0 0 0.5 0.5]);
has the same effect as:
figure('units','normalized','outerposition',[0 0 0.5 0.5]);
For the first case the figure window is not fullscreen as I expected. Why?

Answers (2)

Walter Roberson
Walter Roberson on 12 Nov 2015
"full screen" means different things to different operating systems.

Jan
Jan on 12 Nov 2015
Because the 'Position' and the 'OuterPosition' depend on each other. The outer position equals the inner position plus the size for the window border, menu bar and window title. If you define the position mutliple times inside a figure command, only the last value matters.
You've asked several question about this topic now. This is at least confusing. Please concentrate on one thread only. Thanks.

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!