Linking buttons in a matlab gui
조회 수: 4 (최근 30일)
이전 댓글 표시
Now, I create a GUI without guide. I want to link buttons' behavior, for example, as I press a button, another button cannot be pressed, and vice versa. Anyone can provide an idea how to manage it? I know it is easy in guide. Is there any method programmatically?
댓글 수: 2
Stephen23
2025년 8월 9일
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!