Have Matlab figures docked by default

后端 未结 2 1905
南方客
南方客 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:38

    The point 'n' click alternative:

    Click Desktop -> Figures.

    Click the arrow underneath the cross in the top-right (tooltip is 'Dock Figures').

    Save your desktop layout with Desktop -> Save Layout...

    0 讨论(0)
  • 2021-01-01 22:44

    To dock figures by default, try calling:

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

    at the beginning

    0 讨论(0)
提交回复
热议问题