Sir, I need to convert .dat file into .mat file

10 次查看(过去 30 天)
Reference to non-existent field 'WFDB_CUSTOMLIB'.
Error in getWfdbClass (line 34)
javaWfdbExec=javaObject('org.physionet.wfdb.Wfdbexec',commandName,config.WFDB_CUSTOMLIB);
Error in rdsamp (line 88)
[javaWfdbExec,config]=getWfdbClass('rdsamp');
Error in wfdbdemo (line 12)
[ecg,Fs,tm]=rdsamp('mitdb/100',1,N);

回答(1 个)

Luna
Luna 2019-3-15
Hi,
Check mdfimport function in FEX below link:
  2 个评论
Chakradhar Naidu
Chakradhar Naidu 2019-3-17
R/Sir,
I am getting the following error:
Unable to perform assignment because the indices on the left side are not compatible with the size of
the right side.
Error in mdfimport>mdfblockread (line 1927)
Block.(fieldname)(record,:)=fread(fid,count,['*' precision])';
Error in mdfimport>mdfinfo (line 1310)
CCBlockTemp=mdfblockread(formats.CCFormat,fid,offset,1);
Error in mdfimport>populate_GUI (line 410)
[MDFsummary, MDFInfo, counts, channelList]=mdfinfo(handles.fullFileName);
Error in mdfimport>Load_MDF_File_Callback (line 616)
handles=populate_GUI(handles); % Populate GUI (list box)
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in mdfimport (line 87)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating Menu Callback.
Luna
Luna 2019-3-18
Share your code and .dat file for us to reproduce your error and give a proper solution.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by