Does MCC actualy convert the m code to C or just create C wrappers?

1 visualización (últimos 30 días)
The documentation says that mcc can create optional binary files. Is that the compiled C code that was generated from the .m file?

Respuesta aceptada

Walter Roberson
Walter Roberson el 23 de En. de 2014
If you are looking at the -T (target) option, then it is talking about the wrappers. The .m files are not converted into C code by the MATLAB Compiler. Converting into C code requires the MATLAB Coder product.

Más respuestas (0)

Categorías

Más información sobre Application Deployment en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by