How to load and display the ECG data file(.dat/.mat files) in MATLAB

16 次查看(过去 30 天)
Hi..I am new to the concept of signal processing on ecg signals.I seek help for how to load and display the ecg data files (.dat or .mat files) into matlab. Hope anyone help me soon. Thank u in advance.

采纳的回答

Abdul Hai
Abdul Hai 2016-10-8
编辑:Walter Roberson 2016-10-8
load('300m.mat');
a=(val(1,:));
figure;
plot(a);

更多回答(2 个)

Walter Roberson
Walter Roberson 2016-10-8
编辑:Walter Roberson 2016-12-20

Richard Dumenu
Richard Dumenu 2021-3-28
his solution you have provided is outmoded

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by