Convert string to matrix
y = strtom(x,hh)
Data in string
Offset from the begining
Output data in double
This is to convert a string variable into double matrix
str = ['1 2 3 4 5;6 7 8 9 10']; strtom(str)