How to read Lobachevsky University Electrocardiography Database (LUDB)
13 views (last 30 days)
Show older comments
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']));
Answers (0)
See Also
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!