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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

David Fletcher
David Fletcher il 3 Mag 2021
Transpose
ecg_data=ecg_data'

Categorie

Scopri di più su ECG / EKG in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by