MATLAB: Matlab file for ubuntu as excutable program

Ubuntu

Iam using Matlab on ubuntu
how .m file could be changed to an excutable porgram to be excuted in machines
that do not have Matlab porgram
please help ??

Best Answer

MATLAB Compiler™ lets you share your MATLAB® application as an executable or a shared library. Executables and libraries created with MATLAB Compiler use a runtime engine called the MATLAB Compiler Runtime (MCR). The MCR is provided with MATLAB Compiler for distribution with your application and can be deployed royalty-free.
More details can be found here:
Related Question