How to get Figure Container's Properties?

15 次查看(过去 30 天)
How can I get and set the properties of a Figure Container introduced in MATLAB 2025?
For example, I want to change the window state of a Figure Container (not the figure window state) to “Maximized” from a script.

回答(2 个)

Naoto Nagaoka
Naoto Nagaoka 2025-10-30,5:36
MATLAB Support has responded, stating that there is currently no way for users to access the properties of a Figure container. Therefore, it is not possible to modify the properties of a Figure container at this moment.
I have requested that a method be added to access these properties.
I will await the new version.

Taylor
Taylor 2025-10-22
You can still just set the window state to maximized. It will force the figure container to be maximized.
figure("WindowState", "maximized")
Or are you trying to maximize the container without changing the size of the figure itself? If so, I do not believe that is possible.
  2 个评论
Naoto Nagaoka
Naoto Nagaoka 2025-10-23
移动:Walter Roberson 2025-10-30,6:44
TThank you for your reply.
I would like to know how to get/set the properties of a Figure Container.
I want to use a script to perform actions like “maximize” or “minimize” on a Figure Container containing multiple figures all at once.
Taylor
Taylor 2025-10-23
移动:Walter Roberson 2025-10-30,6:44
You can edit the default properties. See this if you want the properties to persist across MATLAB sessions.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品


版本

R2025b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by