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

3 次查看(过去 30 天)
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.

回答(1 个)

David Fletcher
David Fletcher 2021-5-3
Transpose
ecg_data=ecg_data'

类别

Help CenterFile Exchange 中查找有关 Standard File Formats 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by