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 件のコメント

dpb
dpb 2025 年 2 月 23 日
What does "new window" mean, here?

サインインしてコメントする。

回答 (1 件)

Walter Roberson
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 ExchangeInteractive Control and Callbacks についてさらに検索

製品

リリース

R2024b

タグ

質問済み:

2025 年 2 月 23 日

回答済み:

2025 年 2 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by