Stop the function "inputdlg" by pressing enter
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello! I'm using the command "inputdlg" in a function to get the user to insert some coordinates, but I would like to stop that command by pressing "enter" and return to the main function of my program. Is it possible and how do I do it?
I'm thinking of that the user press "enter" and if MATLAB detect that the row is empty, then the "inputdlg" window will exit (and saves the coordinates the user has insert) and the program returns to the main function.
0 Commenti
Risposte (1)
Image Analyst
il 6 Dic 2015
You need a patch file. I'm not sure why they don't fix this annoyance permanently. Find the patch file and official workaround here: http://www.mathworks.com/matlabcentral/answers/96640-how-can-i-modify-the-inputdlg-function-to-make-the-enter-key-synonymous-with-the-ok-button
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!