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

2 vues (au cours des 30 derniers jours)
Shikat Bhattacharjee
Shikat Bhattacharjee le 3 Mai 2021
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.

Réponses (1)

David Fletcher
David Fletcher le 3 Mai 2021
Transpose
ecg_data=ecg_data'

Catégories

En savoir plus sur Standard File Formats dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by