If I have this element type "char":
A=['abc';'dei';'fgh'];
And I want to obtain something like:
B=somefuntion(A)
And obtain something like this:
B={'abs';'dei';'fgh'}
I tried this function called char2cell, but the result was this:
B = 'adfbegcih';
I really appreciate any help, thanks!