how c++ uses the matlab engine in mac os?
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to compile the file: /Applications/MATLAB_R2012a.app/extern/examples/eng_mat/engdemo.cpp
but these need files: libmx.lib,libmex.lib,libeng.lib
where can i find them?
0 Commenti
Risposte (1)
Kaustubha Govind
il 22 Lug 2013
2 Commenti
Friedrich
il 23 Lug 2013
Read the link posted above:
"Add these library names to your IDE configuration. Set the library path to the value returned by the following MATLAB command:
fullfile(matlabroot,'bin',computer('arch'))
"
Vedere anche
Categorie
Scopri di più su MATLAB Compiler in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!