MATLAB: How can I turn the .m file into C

arduinocembedded matlab functionMATLAB C/C++ Graphics Librarymatlab codermatlab functionmatlab simulimk

I have an involved script file which runs. I have tried to turn it into C with the Matlab coder App. It is asking for a function, and hence and when I load this file it does not except it saying it is a script. but it wants a function. Could somebody give me some pointers?

Best Answer

Hi! Matlab coder only converts function files to .c I suggest you to remove all your input functions like scanf() and build your code to act as a function where you have your input and output arguments.