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.

TM4C1294NCPDT: How to include include Matlab File in the Embedded software?

Part Number: TM4C1294NCPDT

I am doing Voice controlled application using TM4C129NCPDT. Can anybody tell how to include .m file in the embedded software?? 

  • Use MathWorks code generation technology - converts from MATLAB and Simulink to C code.

    -Brian

  • Magic?

    More seriously there are two methods that might work

    • Buy/build an embeddable interpreter for the Matlab language.
    • Buy the Matlab C code generator and have it generate the C code for you to embed.

    I've seen the second option advertised. I don't know what RTOS/library support they may need for the generated code.

    Robert

  • Robert Adsett said:
    I've seen the second option advertised. I don't know what RTOS/library support they may need for the generated code.

    Because the question was how to incorporate .m files, one can safely assume MatLab is already present.

    However (knowing the approximate prices of Matlab packs) this does not suppose the presence of the code generator...

    Perhaps a free alternative (as in free beer) to Matlab is another option. But that's not my field of expertise.