by pressing a push button display another dialog windows.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (2)
Jan
am 5 Mai 2013
Yes, of course. Simply write the required code to the callback of the button.
0 Kommentare
Image Analyst
am 5 Mai 2013
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:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!