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 个)
Walter Roberson
2025-2-23
0 个投票
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!