by pressing a push button display another dialog windows.
이전 댓글 표시
Hi guys
i am newbie in matlab GUI. I wanna display by pressing a Button onather listbox. Something like a Pop Up dialog. It this possible to do????
THX
답변 (2개)
Jan
2013년 5월 5일
0 개 추천
Yes, of course. Simply write the required code to the callback of the button.
Image Analyst
2013년 5월 5일
0 개 추천
Listboxes don't have buttons. What do you want to display? What MATLAB calls a "popup" is what most people call a "drop down list" - when you click on it, a list drops down with a bunch of choices.
Perhaps you could get a fast start by modifying this:
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!