How to load and display the ECG data file(.dat/.mat files) in MATLAB
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
SHRUTHI k
el 31 de Ag. de 2015
Comentada: Richard Dumenu
el 28 de Mzo. de 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 comentarios
Respuesta aceptada
Abdul Hai
el 8 de Oct. de 2016
Editada: Walter Roberson
el 8 de Oct. de 2016
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
2 comentarios
Maarouf Habli
el 4 de En. de 2021
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
Más respuestas (2)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!