From the series: Integrating MATLAB and C/C++
Andy Thé, MathWorks
Creating algorithms in MATLAB® is relatively straightforward process. However, creating algorithms directly in C/C++ can be quite challenging due to restrictive syntax requirements and limited visualization tools. Generating C/C++ code from MATLAB enables you to have a starting point for optimization, or to provide reference C/C++ code for integration into your test and verification process.