for C++: Can I use MATLAB ENGINE (matlab::engine) with CTF (matlab::cpplib), for matlab 2019b?
古いコメントを表示
it seems to be that
#include "MatlabEngine.hpp"
and
#include "MatlabCppSharedLib.hpp"
cannot co-exist?
If I include matlab engine first, I cannot use ctf file. If I include cpp shared lib first, I cannot use engine.
Is there any solution to this issue for matlab 2019b?
The reason/driving factor is behind this need -- I want to be able to switch (only once at program start up) between using matlab engine or ctf based on user input. Any other suggestion or alternative ways to achieve this goal will be greatly appreciated.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!