Matlab engine for C++

7 visualizaciones (últimos 30 días)
Jie Yin
Jie Yin el 10 de Feb. de 2015
Respondida: Johannes Sedlmeier el 29 de Feb. de 2016
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!

Respuestas (1)

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

Categorías

Más información sobre Call MATLAB from C en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by