MATLAB: Question about code generation.

matlab coder

Hi all, I am a new user of Matlab. (version R2016b) I have an algorithm that I wanted to convert to C language to accelerate the simulation time, and i have seen that the matlab coder can do that. So I installed the toolbox, but after trying to use it I realized that it generates .prj files. If that is the case, how can I use it on matlab? Is there a way to call the converted C code on Matlab? Thanks.

Best Answer

The .prj files are files that describe which source files are to be included and how to compile them; the .prj files are not the executables. You need to tell it to generate the code.