There may be a few things the link is quoting, I assume this applies to the MATLAB Compiler . So, by going from MATLAB → C ++, you can use the compiler to create standalone "fast" applications. However, when speed testing improved, I noticed that this was negligible. Honestly, you are probably much better at coding your work in C with get-go, the code that the compiler generates is spaghetti and non-object. I should also mention that this is an expensive extension for Matlab.
You can use MCR in your own C ++ project as a standalone library ( details ) ... but you can get similar results using Numerical Recipes .
Disclaimer: I used this product 2-3 years ago, now everything may be different.
source share