legacy_code : How to set the mex option to -I when calling legacy_cod​e('compile​',def);

2 vues (au cours des 30 derniers jours)
When I call the legacy_code function with the 'compile' argument, I have an error saying that the files cannot be found.
Moving the files from their original location to the current folder prevents this error from happening but I don't want to put all my header and source files in the same folder. Said files have been added to the Matlab Path without successs.

Réponse acceptée

Yuebin Zhou
Yuebin Zhou le 25 Mai 2017
Check out this documentation page:
you can specify all compiler options supported by mex in compilerOptions input argument.
  1 commentaire
Franck Yin
Franck Yin le 29 Mai 2017
Modifié(e) : Franck Yin le 31 Mai 2017
So I what I need is :
legacy_code('compile',def,PATH_TO_MY_HEADERS_FOLDER);
Edit : This also works :
def = legacy_code('initialize');
def.IncPaths = {PATH_TO_MY_HEADERS_FOLDER};

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by