Open panel in new window with script
Afficher commentaires plus anciens
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 commentaire
dpb
le 23 Fév 2025
What does "new window" mean, here?
Réponses (1)
Walter Roberson
le 23 Fév 2025
0 votes
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.
Catégories
En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!