MATLAB: How is it possible to call C Function in MATLAB Script files

cMATLAB Compiler

Actually i have a problem to interface c code with matlab program.Please any one has idea.please help me.

Best Answer

doc 'MEX File Creation API'
gives information on this. It isn't trivial so you need to read up on it and then feel free to ask more specific questions afterwards.