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

3 visualizaciones (últimos 30 días)
Shikat Bhattacharjee
Shikat Bhattacharjee el 3 de Mayo de 2021
Respondida: David Fletcher el 3 de Mayo de 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.

Respuestas (1)

David Fletcher
David Fletcher el 3 de Mayo de 2021
Transpose
ecg_data=ecg_data'

Categorías

Más información sobre Standard File Formats en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by