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

조회 수: 3 (최근 30일)
Jacob Schoeb
Jacob Schoeb 2017년 4월 5일
답변: Walter Roberson 2017년 4월 5일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 4월 5일
You can pass a vector of handles to set() the Visible property of.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by