I was wondering if there is a way to create a '.exe' file from ' .m' file in matlab , such that it can be run in machine which does not have matlab ( like it can be done in c, C++) I know writing a Matlab function is one way, but not sure if it can run in machine without Matlab.
Also i would like to hide my code and just create a script which can be run by a user using his own data files. Thanks