필터 지우기
필터 지우기

turn of automatic docking

조회 수: 3 (최근 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 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