How to load and display the ECG data file(.dat/.mat files) in MATLAB
31 views (last 30 days)
Show older comments
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.
0 Comments
Accepted Answer
Abdul Hai
on 8 Oct 2016
Edited: Walter Roberson
on 8 Oct 2016
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
2 Comments
Maarouf Habli
on 4 Jan 2021
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
More Answers (2)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!