Specify popup menu location on screen
Ältere Kommentare anzeigen
OK, I know this is an easy one, but I can't seem to get the syntax right. I have a line of code in which a popup menu appears to ask for an input:
mnu = menu('Add an element not listed?', 'No', 'Yes');
As is, I can never predict where the popup menu will appear on the screen. How can I specify the menu location so that it always appears near the center of my screen?
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 26 Jan. 2012
0 Stimmen
You have no control over where menu() will place the popup. I just rechecked the source and there is no user control there.
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!