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

The documentation says that mcc can create optional binary files. Is that the compiled C code that was generated from the .m file?

 Accepted Answer

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.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Products

Tags

Community Treasure Hunt

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

Start Hunting!