Linking buttons in a matlab gui
이전 댓글 표시
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.
warnerchang
2025년 8월 9일
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!