why i get 2 signals in the same plot?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
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);
0 件のコメント
採用された回答
その他の回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!