about strings properties issstrprop
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 20 Mai 2020
Remove the semi-colon.
isstrprop('saraaba123', 'alpha')
1 commentaire
Umut Oskay
le 20 Mai 2020
Catégories
En savoir plus sur Adding custom doc dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!