问题描述
我想使用matlab C代码将MATLAB文件从MATLAB加载到C ++代码.
我正在使用MATLAB 2010a和MATLAB comand给出的c文件:
I want to load mat files from MATLAB to C++ code with the use of matlab C-code.
I am using MATLAB 2010a and the c-file given by MATLAB comand:
edit([matlabroot ''/extern/examples/eng_mat/matdgns.c'']);
我通过Project->>> Properties->> VC ++ Directory链接了VS 2010b1中的库.
我在运行mat.h函数时遇到问题.我遇到这种错误:
错误LNK2019:函数"int __cdecl diagnostic(char const *)"中引用的未解析的外部符号_matGetNextVariable(?diagnose @@ YAHPBD @ Z)
1>
I linked the libraries in VS 2010b1 via Project->>Properties->>VC++Directories.
I have problems with running mat.h functions. I get this kind of errors:
error LNK2019: unresolved external symbol _matGetNextVariable referenced in function "int __cdecl diagnose(char const *)" (?diagnose@@YAHPBD@Z)
1>
推荐答案
这篇关于使用MAT和MATRIX Matlab函数的C ++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!