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

 Akzeptierte Antwort

Stalin Samuel
Stalin Samuel am 16 Jun. 2015
Bearbeitet: Stalin Samuel am 16 Jun. 2015

0 Stimmen

c = { 'a' ; 'b' ; 'c' ; 'd' ; .......... };
c=c';

Weitere Antworten (0)

Kategorien

Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by