How to read Lobachevsky University Electrocardiography Database (LUDB)

9 ビュー (過去 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 Center および File ExchangeDatabase Toolbox についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by