Add panel in the GUI of Matlab

2 vues (au cours des 30 derniers jours)
junior
junior le 6 Mai 2016
Commenté : junior le 6 Mai 2016
I have a GUI with several buttons, but forget them into a Panel, How I can add my panel without the names of my buttons change? Thank you.

Réponse acceptée

CS Researcher
CS Researcher le 6 Mai 2016
set(handles.button,'Parent',handles.panel)
handles.button is the handle to the button and handles.panel is the handle to the panel.
  1 commentaire
junior
junior le 6 Mai 2016
Thans You!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by