How do you interchange the row and column of a matrix in MATLAB
- by Mola
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.