why i get 2 signals in the same plot?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
this is the code to plot a signal loaded from physionet(MIT-BIH Arrhythmia database) but i get 2 signals in the same plot.what is the problem?
load ('100m.mat');
Ecg=(val-1042)/200;
fs=360;
ts=(0:length(Ecg)-1)/fs;
plot(ts,Ecg);
Akzeptierte Antwort
Weitere Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!