Feeds
已回答
How to transpose multiple rows into one column?
num = xlsread(Your file Location) ; Transpose = num' data = Transpose(:) ;
How to transpose multiple rows into one column?
num = xlsread(Your file Location) ; Transpose = num' data = Transpose(:) ;
3 years 前 | 0
