turn of automatic docking

4 次查看(过去 30 天)
Hello,
After restarting Matlab R2023a, suddenly it says 'Automatic docking of figures is turned "ON"'' after start up. I simply can't find how to turn off automatic docking. Does anybody know how to do this?

采纳的回答

Fabio Freschi
Fabio Freschi 2023-12-12
编辑:Fabio Freschi 2023-12-12
You can run
set(0,'DefaultFigureWindowStyle','normal');
to have undocked figures.
If you want it to be the default, you can write the command it in a file called startup.m in the userpath folder. In this way the command will be executed anytime you start matlab. See here for details

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by