what is tm and ann in this code link https://in​.mathworks​.com/help/​wavelet/ug​/r-wave-de​tection-in​-the-ecg.h​tml

load mit200; figure plot(tm,ecgsig) hold on plot(tm(ann),ecgsig(ann),'ro') xlabel('Seconds'); ylabel('Amplitude') title('Subject - MIT-BIH 200')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!