MATLAB: How to generate C code in matlab?

c code

i have my C code(small part of my matlab code).but i dont know how to integrate it in matlab i'm working with matlab R2016b

Best Answer

khiter - try using mex to build a MEX function from your C code. See also MEX File Creation API and C Source Mex example for details.
Related Question