Effacer les filtres
Effacer les filtres

shifting column cell array of string into row

1 vue (au cours des 30 derniers jours)
Gopalakrishnan venkatesan
Gopalakrishnan venkatesan le 16 Juin 2015
Modifié(e) : Stalin Samuel le 16 Juin 2015
I have a cell array of string c = { 'a' ; 'b' ; 'c' ; 'd' ; .......... }
so i have c = 50*1
now i need to shift the cell array into c = 1*50
how can i do it using cell function or some other command??
is it possible??
Thanks a lot

Réponse acceptée

Stalin Samuel
Stalin Samuel le 16 Juin 2015
Modifié(e) : Stalin Samuel le 16 Juin 2015
c = { 'a' ; 'b' ; 'c' ; 'd' ; .......... };
c=c';

Plus de réponses (0)

Catégories

En savoir plus sur Cell Arrays 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!

Translated by