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

1 次查看(过去 30 天)
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

回答(1 个)

Ryan G
Ryan G 2012-7-17
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.

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by