How to convert a mixed array to cell array
1 view (last 30 days)
Show older comments
Kanakaiah Jakkula
on 28 May 2016
Commented: Star Strider
on 28 May 2016
Hi,
I have a mixed array (cell, numeric, string), but I eventually want to convert all to cell. Can any one tell how to do this.
Thanks,
0 Comments
Accepted Answer
Star Strider
on 28 May 2016
2 Comments
Star Strider
on 28 May 2016
Without seeing it I cannot say for sure. There are simply too many possibilities to cover them all.
Something like this would be the simplest approach:
Everything = {Cell_Array, {Double_array}, {String_Array}};
Experiment with that (and refer to the documentation link I provided) to get the result you want.
More Answers (0)
See Also
Categories
Find more on Install Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!