Open panel in new window with script

Hello everyone
Is it possible to open a created panel in a new window via a command in the script?
Many thanks in advance

回答(1 个)

Create a figure() or uifigure(), setting its DockedControls property to 'off' . The resulting figure will not be docked.
Create a uipanel() inside the figure, if appropriate.

类别

帮助中心File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品

版本

R2024b

标签

提问:

2025-2-23

Community Treasure Hunt

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

Start Hunting!

Translated by