simple question about cell array resizing
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ludvikjahn
le 6 Mar 2015
Réponse apportée : Andrei Bobrov
le 6 Mar 2015
Just a simple question:
I have
A={[1,2]';[3,4,5,6]'}'
and want to transform it into a cell array:
A={[1,2,3,4,5,6]'}'
which is the fastest way to get it?
Thanks
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Types dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!