turn of automatic docking

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?

2 Comments

Which OS are you using?
Windows (11)

Sign in to comment.

 Accepted Answer

Fabio Freschi
Fabio Freschi on 12 Dec 2023
Edited: Fabio Freschi on 12 Dec 2023
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

More Answers (0)

Categories

Products

Release

R2023a

Asked:

on 11 Dec 2023

Edited:

on 12 Dec 2023

Community Treasure Hunt

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

Start Hunting!