about strings properties issstrprop
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 20 Mai 2020
Remove the semi-colon.
isstrprop('saraaba123', 'alpha')
1 Kommentar
Umut Oskay
am 20 Mai 2020
Kategorien
Mehr zu Adding custom doc 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!