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
2025년 2월 23일
What does "new window" mean, here?
답변 (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!