Why does the figure window with normalized units not open on one screen in MATLAB when using multiple monitors?
Show older comments
When I execute the following command:
figure('units','normalized','position',[0 0 1 1]);
The figure window spans across two or more monitors. It should either open up on the current screen or on the other screen(s).
I also made use of the 'Outerposition' property, but it gives me the same results.
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!