MATLAB: Is Matlab coder available in R2010a

matlab coderr2010a

Is Matlab coder available in R2010a? if so, how can I open it? if no, any suggestion how to convert my code into C++ on r2010a.

Best Answer

I'm not sure if the GUI project interface was available but the commandline functionality was there in the commands:
emlc
emlmex
You can have a look at:
doc emlcoder
for other functions.