How can I convert [12 25 34 466 55] to an array of strings ['12' '25' '34' '466' '55']? The conversion functions I know convert that array to one string representing the entire array.
How can I convert [12 25 34 466 55] to an array of strings
Share
An array of strings has to be a cell array. That said: