Why does the figure window with normalized units not open on one screen in MATLAB when using multiple monitors?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Graphics Object Properties dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!