how to reverse the row and colume of a .mat file

2 views (last 30 days)
i have a ECG .mat file which shows 15*10000 double value..
i want to change it into 10000*15 matrix
how can i do it? can someone provide me some code
thanks for advance.

Answers (1)

David Fletcher
David Fletcher on 3 May 2021
Transpose
ecg_data=ecg_data'

Community Treasure Hunt

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

Start Hunting!