Hi ,I have this problem(datatypeformat) in mdfimport ,Can you help me?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
*
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
1 Commento
Risposte (2)
Shruti Shivaramakrishnan
il 31 Ago 2016
Modificato: Shruti Shivaramakrishnan
il 31 Ago 2016
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
0 Commenti
Akshit Goyal
il 31 Lug 2019
Modificato: Akshit Goyal
il 31 Lug 2019
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!