How to load and display the ECG data file(.dat/.mat files) in MATLAB
31 次查看(过去 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.
0 个评论
采纳的回答
Abdul Hai
2016-10-8
编辑:Walter Roberson
2016-10-8
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
2 个评论
Maarouf Habli
2021-1-4
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
更多回答(2 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!