turn of automatic docking

3 visualizaciones (últimos 30 días)
Lotte
Lotte el 11 de Dic. de 2023
Editada: Fabio Freschi el 12 de Dic. de 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 comentarios
Dyuman Joshi
Dyuman Joshi el 11 de Dic. de 2023
Which OS are you using?
Lotte
Lotte el 11 de Dic. de 2023
Windows (11)

Iniciar sesión para comentar.

Respuesta aceptada

Fabio Freschi
Fabio Freschi el 12 de Dic. de 2023
Editada: Fabio Freschi el 12 de Dic. de 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

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by