I have string abcdef
I need to convert that string into 2 dimensional matrix.
For each 2 characters in the string will be a matrix.
For instance:
String: abcdef
Matrix will be: [a b],[c d],[e f]...