Borrar filtros
Borrar filtros

shifting column cell array of string into row

1 visualización (últimos 30 días)
Gopalakrishnan venkatesan
Gopalakrishnan venkatesan el 16 de Jun. de 2015
Editada: Stalin Samuel el 16 de Jun. de 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

Respuesta aceptada

Stalin Samuel
Stalin Samuel el 16 de Jun. de 2015
Editada: Stalin Samuel el 16 de Jun. de 2015
c = { 'a' ; 'b' ; 'c' ; 'd' ; .......... };
c=c';

Más respuestas (0)

Categorías

Más información sobre Cell Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by