Hi ,I have this problem(datatypeformat) in mdfimport ,Can you help me?

조회 수: 3 (최근 30일)
Antonello Teti
Antonello Teti 2016년 8월 24일
편집: Akshit Goyal 2019년 7월 31일
*
Error using mdfimport>datatypeformat (line 1953)
Unsupported number of bits for unsigned int
Error in mdfimport>mdfread (line 1692)
datatype=datatypeformat(signalDataType,numberOfBits); %Get signal data type (e.g. 'int8')
Error in mdfimport>mdfload (line 1106)
[data signalNames]=mdfread(MDFInfo,dataBlock,selectedChannels); % Load specified signals
Error in mdfimport>importdatawithoptions (line 2271)
mdfload(options.MDFInfo,dataBlock,channelIndices,options.blockDesignation,ws,options.additionalText);
Error in mdfimport>importdata_Callback (line 354)
importdatawithoptions(options);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in mdfimport (line 87)
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback
  • How can I fix the problem?
thanks Regards Anto

답변 (2개)

Shruti Shivaramakrishnan
Shruti Shivaramakrishnan 2016년 8월 31일
편집: Shruti Shivaramakrishnan 2016년 8월 31일
The author of the File-Exchange MDF Import Tool and Function seems to have answered your question here:
https://www.mathworks.com/matlabcentral/fileexchange/9622-mdf-import-tool-and-function

Akshit Goyal
Akshit Goyal 2019년 7월 31일
편집: Akshit Goyal 2019년 7월 31일
I am also facing the same problem? Please tell me how to resolve the error?
Error using mdfimport>datatypeformat
Unsupported number of bits for unsigned int
Error in mdfimport>mdfread
datatype=datatypeformat(signalDataType,numberOfBits); %Get signal data type (e.g. 'int8')
Error in mdfimport>mdfload
[data signalNames]=mdfread(MDFInfo,dataBlock,selectedChannels); % Load specified signals
Error in mdfimport>importdatawithoptions
[size names] = mdfload(options.MDFInfo,dataBlock,channelIndices,options.blockDesignation,ws,options.additionalText);
Error in mdfimport>importdata_Callback
importdatawithoptions(options);
Error in gui_mainfcn
feval(varargin{:});
Error in mdfimport
gui_mainfcn(gui_State, varargin{:});
Error while evaluating UIControl Callback.

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by