shifting column cell array of string into row

1 次查看(过去 30 天)
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

采纳的回答

Stalin Samuel
Stalin Samuel 2015-6-16
编辑:Stalin Samuel 2015-6-16
c = { 'a' ; 'b' ; 'c' ; 'd' ; .......... };
c=c';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by