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

2 views (last 30 days)
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

Walter Roberson
Walter Roberson on 23 Jan 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.

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!