Have Matlab figures docked by default

蹲街弑〆低调 提交于 2019-11-30 01:17:42

问题


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?


回答1:


To dock figures by default, try calling:

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

at the beginning




回答2:


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...



来源:https://stackoverflow.com/questions/6911176/have-matlab-figures-docked-by-default

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!