This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Generate code C from code MATLAB

Other Parts Discussed in Thread: TMS320VC5505

Hi, I need to convert code MATLAB(.m) to code C. it is possible?

it's very importante for me and i don't find the solution.

for information: I use the DSP: TMS320VC5505 with code composer V4 and my project developped in  MATLAB 2009b

 

thanks for your help

 

  • Hi Mohamed,

    Refer to this earlier post.

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/38510.aspx

    The Mathworks does not support integration with CCSv4 at this time.

    So, there are 2 options.

    1. Either change the algorithm to an appropriate C code.

    2. Use Mex files in Matlab to implement C/C++ program in Matlab, simulate it and transfer it to CCS with appropriate header files (though you may have to write equivalents for Mex file APIs )

    Regards,

    Sid