How to load and display the ECG data file(.dat/.mat files) in MATLAB
조회 수: 8 (최근 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!