Effacer les filtres
Effacer les filtres

Open up a full size figure window on 2nd display

3 vues (au cours des 30 derniers jours)
KAE
KAE le 1 Fév 2024
Commenté : KAE le 2 Fév 2024
I have a laptop and connect different external displays to it (just one external display at a time). I would like to open up a figure window that completely fills the external display. Will this do it, regardless of the resolution etc. of the external display?
f1 = figure('units', 'normalized', 'outerposition', [1 0 1 1]);
Just making sure I'm not missing anything.

Réponse acceptée

Walter Roberson
Walter Roberson le 1 Fév 2024
You should add the option 'WindowState', 'maximized' or 'WindowState', 'fullscreen'
  1 commentaire
KAE
KAE le 2 Fév 2024
Many thanks. This will really help my project.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by