Matlab engine for C++

13 次查看(过去 30 天)
Jie Yin
Jie Yin 2015-2-10
I am trying to call Matlab functions from C++, but keep getting error error 'LNK2019: unresolved external symbol _engOpen'. I liked all the paths to Lib and include from /matlab/extern to Visual Studio, and added 'libeng.lib' but still no luck.
I am using VisualStudio professional 2013 and Matlab 2014b. Is this a good combination?
Thanks a lot!

回答(1 个)

Johannes Sedlmeier
Johannes Sedlmeier 2016-2-29
You need to link it against some libraries provided by matlab.
Here you can find the correct steps:

类别

Help CenterFile Exchange 中查找有关 Call MATLAB from C 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by