How can i interchange the row and column of an input data 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:28 UTC
        
        
        Read the original article
        Hit count: 306
        
Hi experts, i have an input data in excel which has 2000 rows and 60 columns. I want to read this data in matlab but i need to to interchange the rows and the column so that the matrix will be 2000 column and 60 rows. How can i do this in matlab, because excel only has 256 column which cannot hols 2000 column. Thanks
© Stack Overflow or respective owner