simple question about cell array resizing
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
ludvikjahn
il 6 Mar 2015
Risposto: Andrei Bobrov
il 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrices and Arrays 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!