Does MCC actualy convert the m code to C or just create C wrappers?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Mark Manusov
el 23 de En. de 2014
Comentada: Mark Manusov
el 23 de En. de 2014
The documentation says that mcc can create optional binary files. Is that the compiled C code that was generated from the .m file?
0 comentarios
Respuesta aceptada
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)
Ver también
Categorías
Más información sobre Application Deployment en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!