From: Ayesha malhotra on
hello!

how to run the file in a system that doesn't have matlab. if my file name is matlab.m

keypoint is i want to how to run a m.file in gui of matlab in other person system where there is no matlab.


please help

thanks
From: per isakson on
"Ayesha malhotra" <malhotragudhiya(a)yahoo.com> wrote in message <hri1fk$nvp$1(a)fred.mathworks.com>...
> hello!
>
> how to run the file in a system that doesn't have matlab. if my file name is matlab.m
>
> keypoint is i want to how to run a m.file in gui of matlab in other person system where there is no matlab.
> please help
> thanks

This is Mathworks answere to your question:

MATLAB Compiler 4.13
Build standalone executables and software components from MATLAB code

MATLABĀ® Compiler&#8482; lets you share your MATLABĀ® application as an executable or a shared library. Executables and libraries created with the MATLAB Compiler product 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.

Octave (http://www.gnu.org/software/octave/) might be an other answere.

/ per