about strings properties issstrprop
Show older comments
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
Accepted Answer
More Answers (1)
Walter Roberson
on 20 May 2020
Remove the semi-colon.
isstrprop('saraaba123', 'alpha')
1 Comment
Umut Oskay
on 20 May 2020
Categories
Find more on Adding custom doc in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!