默认情况下停靠 Matlab 图形

发布于 2024-11-27 09:02:29 字数 91 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

内心荒芜 2024-12-04 09:02:29

默认停靠数字,尝试

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

在开头调用:

To dock figures by default, try calling:

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

at the beginning

行雁书 2024-12-04 09:02:29

单击“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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文