Info
This question is closed. Reopen it to edit or answer.
eroor while processing the data
1 view (last 30 days)
Show older comments
I am working on ecg data project MIT BIH database
I got code from
and for reading signal i used rrdata.m
now while i try to read data for 100,101,102etc for some data i get error as
Attempted to access f(2053); index out of bounds because numel(f)=2048.
Error in ==> finalnew1 at 143 y=f(j)-f(j+1);
while some other datas work
can u please tell where i had done mistake
i have uploaded the .mat file
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!