How do I enable and disable sets of uicontrols at the same time?

3 vues (au cours des 30 derniers jours)
Jacob Schoeb
Jacob Schoeb le 5 Avr 2017
I am creating a list of that a user can edit. It consists of edit boxes, check boxes, and toggle buttons on the same line in the GUI.When the user starts the GUI, I only want the first set of the those boxes to show up, but when they click an add pushbutton, another row of those same set of boxes and buttons are enabled below it. Same scenario for the delete button, I want it to disable the group of info. Thank you for any help.

Réponses (1)

Walter Roberson
Walter Roberson le 5 Avr 2017
You can pass a vector of handles to set() the Visible property of.

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