Effacer les filtres
Effacer les filtres

Matlab coder: Generate C file from a m file with an internal mex file

1 vue (au cours des 30 derniers jours)
yoni klein
yoni klein le 17 Juil 2012
Hi,
I have a function that runs in matlab with a m file. that file calss several function. one of them is a Mex file.
My questions are:
  1. Can i generate a C file using matalb coder from a function that has an internal functions(for start- all m files)?
  2. Can i generate a C file from a Mex file(with bo original code)?
  3. Can i generate a C file from a function that contains several function that one of the is a mex file?
I will be glad if someone can add a reference where to read about if it is possible.
Thanks.
Yoni

Réponses (1)

Ryan G
Ryan G le 17 Juil 2012
2) A mex file is a MATLAB executable. Once code is compiled you cannot go back from the executable alone. Hence you cannot generate code from a mex file.
3) I don't believe you can generate code for a mex-function call. You can generate a mex-file with MATLAB coder but the more generic file types, exe and lib for example, would not be able to handle a mex-function call since MEX is dependent on MATLAB.

Catégories

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

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by