How to read Lobachevsky University Electrocardiography Database (LUDB)

조회 수: 11 (최근 30일)
Muhammad Usman Gul
Muhammad Usman Gul 2022년 2월 18일
댓글: Muhammad Usman Gul 2022년 2월 18일
I have read related databases like MITDB and QTDB using physionetdb ('DatabaseName'). Still, when I use the same command for LUDB, I get the following message, even I has also been downloaded the database (ludb) into my system, and placed it with other readable databases (mitdb and qtdb), so that it may not have an address path problem—but still facing the same problem. Can someone help me figure out how to access LUDB files? I GET THE FOLLOWING MESSAGE when I try to read ludb via physionetdb command.
Error using urlreadwrite (line 92)
The server did not find a resource to match this request.
Error in urlread (line 47)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in physionetdb (line 112)
rec_list=deblank(urlread([PHYSIONET_URL db_name '/RECORDS']));
  댓글 수: 2
Star Strider
Star Strider 2022년 2월 18일
Please provide the URL that is being accessed.
Muhammad Usman Gul
Muhammad Usman Gul 2022년 2월 18일
The weblink is https://physionet.org/content/ludb/1.0.1/
However, upon your question, I also found the answer to my question by using this command.
physionetdb('ludb/1.0.1'); instead of physionetdb('ludb');
Thanks to everyone who consider the asked question

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by