TDMS文件导入MATLAB?
浏览:1061
TDMS文件怎么导入MATLAB中?
下载了matlab programs example,但运行sample时就出错了
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 520)
Error in loadlibrary (line 263)
Error in ReadFile (line 30)
loadlibrary(NI_TDM_DLL_Path,NI_TDM_H_Path);
Error in run (line 63)
evalin('caller', [script ';']);
怎么解决
按照NI网站给的指导,运行下面的程序
examplePath = 'D:\Program Files:\MATLAB';
hfile = [examplePath '\nilibddc_m.h'];
loadlibrary([examplePath '\nilibddc'], hfile);
还是出错
Error using loadlibrary>lFullPath (line 627)
Could not find file D:\Program Files:\MATLAB\nilibddc_m.h.
Error in loadlibrary (line 229)
可能是什么问题