In matlab I want to convert this:
12345.6788993442355456789
into a vector
[1 2 3 4 5 6 7 8 8 9 9 3 4 4 2 3 5 5 4 5 6 7 8 9]
Not familiar with Matlab syntax but if you
that would work. There are probably more efficient ways to do this.