turn of automatic docking
21 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lotte
am 11 Dez. 2023
Bearbeitet: Fabio Freschi
am 12 Dez. 2023
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 Kommentare
Akzeptierte Antwort
Fabio Freschi
am 12 Dez. 2023
Bearbeitet: Fabio Freschi
am 12 Dez. 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
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!