开发者

Have Matlab figures docked by default

开发者 https://www.devze.com 2023-03-25 12:12 出处:网络
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\".

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 possible to set up the system so that all figure windows will be created docked by default?


To dock figures by default, try calling:

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

at the beginning


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

精彩评论

暂无评论...
验证码 换一张
取 消