How to permanently undock all future generated figures R2025a

226 vues (au cours des 30 derniers jours)
Paul
Paul le 13 Juin 2025
Commenté : Alpesh le 26 Sep 2025
I have just updated from 2021a to 2025a and I cannot seem to figure out how to make my figures that I generate stop from being always docked in the figures window. I want each figure, from now on and forevermore, to generate in a seperate window like they used to do.
Alternatively, is there is a way to control the Figures window (where they all dock) via code?

Réponse acceptée

the cyclist
the cyclist le 13 Juin 2025
Modifié(e) : the cyclist le 13 Juin 2025
Put the line
set(groot, "defaultFigureWindowStyle", "normal");
in your startup.m file.
  3 commentaires
Walter Roberson
Walter Roberson le 13 Juin 2025
There is no setting that you can just flip and it stays on.
Changing the 'default' settings for groot only last for the existing session, and are reset when you next start MATLAB.
MATLAB does not happen to control this particular facility by way of setpref() / getpref()
Alpesh
Alpesh le 26 Sep 2025
Thank you so much, it worked well, I was hunting a lot about the same :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2025a

Community Treasure Hunt

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

Start Hunting!

Translated by