Question about user input error
Ältere Kommentare anzeigen
I have a simple piece of code that requires the input of a number. I want to prevent the user from accidentally enters a letter. I tried a while loop using intnan, but I'm stuck.
Antworten (1)
John BG
am 29 Jan. 2016
0 Stimmen
try converting all inputs with uint.
If the return value of any input character does not belong to uint64('0123456789') then reject it, show a message or whatever you want to do.
John
Kategorien
Mehr zu Parallel Computing Toolbox 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!