How to permanently undock all future generated figures R2025a
216 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
the cyclist
2025-6-13
编辑:the cyclist
2025-6-13
Put the line
set(groot, "defaultFigureWindowStyle", "normal");
in your startup.m file.
3 个评论
Walter Roberson
2025-6-13
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()
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!