I have a script in which a string of number is entered
string=\'123\'
or
string=\'9823\'
I am trying to
You can use cellstr:
cellstr('123') ans = { [1,1] = 123 }