How do you interchange the row and column of a matrix in MATLAB

Posted by Mola on Stack Overflow See other posts from Stack Overflow or by Mola
Published on 2010-05-04T19:17:41Z Indexed on 2010/05/04 19:48 UTC
Read the original article Hit count: 739

Filed under:
|

I have an input data in Excel which has 2000 rows and 60 columns.

I want to read this data into MATLAB but I need to to interchange the rows and the column so that the matrix will be 60 rows and 2000 columns. How can I do this in MATLAB, because Excel only has 256 column which cannot hold 2000 columns.

© Stack Overflow or respective owner

Related posts about matlab

Related posts about som