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

Respuestas (1)

Walter Roberson
Walter Roberson el 23 de Feb. de 2025

0 votos

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.

Categorías

Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.

Productos

Versión

R2024b

Etiquetas

Preguntada:

el 23 de Feb. de 2025

Respondida:

el 23 de Feb. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by