Filter löschen
Filter löschen

How to convert a mixed array to cell array

2 Ansichten (letzte 30 Tage)
Kanakaiah Jakkula
Kanakaiah Jakkula am 28 Mai 2016
Kommentiert: Star Strider am 28 Mai 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,

Akzeptierte Antwort

Star Strider
Star Strider am 28 Mai 2016
The documentation for Cell Arrays should provide all the information you need.
  2 Kommentare
Kanakaiah Jakkula
Kanakaiah Jakkula am 28 Mai 2016
But, few coulmns of my data is cell array, and other half is double, I want to convert the every thing to cell array. How can I do this.
Star Strider
Star Strider am 28 Mai 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by