Have Matlab figures docked by default

后端 未结 2 1918
南方客
南方客 2021-01-01 22:06

In Matlab, it is possible to have figure windows docked in the main window. If there are several figures, each of them appears in a different \"tab\".

Is it possibl

2条回答
  •  悲&欢浪女
    2021-01-01 22:44

    To dock figures by default, try calling:

    set(0,'DefaultFigureWindowStyle','docked')
    

    at the beginning

提交回复
热议问题