Matlab engine for C++
12 ビュー (過去 30 日間)
古いコメントを表示
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!
0 件のコメント
回答 (1 件)
Johannes Sedlmeier
2016 年 2 月 29 日
You need to link it against some libraries provided by matlab.
Here you can find the correct steps:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call MATLAB from C についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!