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
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에 대해 자세히 알아보기

제품

릴리스

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