How to error check a string for numbers?
Mostrar comentarios más antiguos
So I have an input
name = input('Please enter your name:\n', 's');
How can I error check so that a user cannot enter any numbers for it?
2 comentarios
madhan ravi
el 15 de Oct. de 2018
What should be the error check ,an example?
PJ
el 15 de Oct. de 2018
Respuestas (1)
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!