Q:

Use help isstrprop to find out what properties can be tested; try some of them on a string variable

0

Use help isstrprop to find out what properties can be tested; try some of them on a string variable. 

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

>> let = 'x';

>> word = 'hi123';

>> isstrprop(let,'alpha')

ans =

 1

>> isstrprop(word,'alpha')

ans =

 1 1 0 0 0

>> isstrprop(word,'alphanum')

ans =

 1 1 1 1 1

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now