I have error using MIT-BIH rdann

2 views (last 30 days)
mohamad majed
mohamad majed on 20 Dec 2019
Edited: mohamad majed on 25 Dec 2019
hi everyone i try to extract R-peak and type of qrs using rdann function. unfortunately an error occurs same as below please help me. thanks
error executing: wfdb-config java.io.IOException: Cannot run program "D:\Program Files\MATLAB\R2012a\bin\o\ECG Signals & denoise\nativelibs\windows\bin\wfdb-config": CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(Unknown Source) at org.physionet.wfdb.Wfdbexec.execToStringList(Unknown Source) at org.physionet.wfdb.Wfdbexec.execToStringList(Unknown Source) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 3 more error executing: rdann java.io.IOException: Cannot run program "D:\Program Files\MATLAB\R2012a\bin\o\ECG Signals & denoise\nativelibs\windows\bin\rdann": CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(Unknown Source) at org.physionet.wfdb.Wfdbexec.execToStringList(Unknown Source) at org.physionet.wfdb.Wfdbexec.execToStringList(Unknown Source) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(Unknown Source) at java.lang.ProcessImpl.start(Unknown Source) ... 3 more Attempt to reference field of non-structure array.
Error in rdann (line 184) data=dataJava.toArray();
  1 Comment
mohamad majed
mohamad majed on 25 Dec 2019
Edited: mohamad majed on 25 Dec 2019
is there anybody to answer this question?

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!