turn of automatic docking

4 ビュー (過去 30 日間)
Lotte
Lotte 2023 年 12 月 11 日
編集済み: Fabio Freschi 2023 年 12 月 12 日
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 件のコメント
Dyuman Joshi
Dyuman Joshi 2023 年 12 月 11 日
Which OS are you using?
Lotte
Lotte 2023 年 12 月 11 日
Windows (11)

サインインしてコメントする。

採用された回答

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 Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by