Is there a way to compile a matlab script that calls a mex function to C++
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have a matlab script that calls a mex function. I need to compile both to c++ so I can then compile that to javascript. Is there a way to compile a matlab script that uses a mex function to c++? I tried using Matlab Coder but it errors on the mex function call.
Thank you,
Marc
0 Commenti
Risposte (1)
Shivam Prasad
il 17 Ott 2019
Hi Marc,
Check if this works for you:- https://www.mathworks.com/matlabcentral/answers/48620-generating-c-c-code-from-m-function-include-mex-file
0 Commenti
Vedere anche
Categorie
Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!