number = str2num( string )
Convert strings into numbers
str2num("hello 12") returns [104, 101, 108, 108, 111, 32, 49, 50]
num2str, char