Matlab Classes in shared-dll's
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
First of all I am new at matlab. I am trying to find the ways to run matlab code from our c++ code. First i can use with matlab engine and also succeeded exporting matlab functions as shared dlls but can not figure how to export matlab classes as shared dll. Is there a way to do it and if so how?
Thank you.
0 Kommentare
Akzeptierte Antwort
Friedrich
am 5 Dez. 2011
Hi,
no you can't. You cannot export any MATLAB classes to C/C++.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Call MATLAB from C finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!