默认情况下停靠 Matlab 图形
在 Matlab 中,可以将图形窗口停靠在主窗口中。如果有多个图形,则每个图形都显示在不同的“选项卡”中。
是否可以设置系统,以便默认创建所有图形窗口?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
默认停靠数字,尝试
在开头调用:
To dock figures by default, try calling:
at the beginning
单击“n”选项:
单击
Desktop
->数字
。单击右上角十字下方的箭头(工具提示为“停靠数字”)。
使用
Desktop
-> 保存桌面布局保存布局...
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...