How to convert a mixed array to cell array
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Kanakaiah Jakkula
il 28 Mag 2016
Commentato: Star Strider
il 28 Mag 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 Commenti
Risposta accettata
Star Strider
il 28 Mag 2016
2 Commenti
Star Strider
il 28 Mag 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Install Products in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!