about strings properties issstrprop
Mostrar comentarios más antiguos
s= input('s: ');
isstrprop(s, 'alpha')
i wrote this code and it doesnt work. .How should i write. if i right Hello1234 as a input of s , i want to get 1 1 1 1 1 0 0 0 0 as an answer
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 20 de Mayo de 2020
Remove the semi-colon.
isstrprop('saraaba123', 'alpha')
1 comentario
Umut Oskay
el 20 de Mayo de 2020
Categorías
Más información sobre Adding custom doc en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!