How to load and display the ECG data file(.dat/.mat files) in MATLAB
31 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
SHRUTHI k
il 31 Ago 2015
Commentato: Richard Dumenu
il 28 Mar 2021
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 Commenti
Risposta accettata
Abdul Hai
il 8 Ott 2016
Modificato: Walter Roberson
il 8 Ott 2016
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
2 Commenti
Maarouf Habli
il 4 Gen 2021
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
Più risposte (2)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!