From: M Paheerathan on
I have created a Application by using MathLAB GUI. Now I would like to distribute it as an executable. How to create MathLAB Executable?

If there is a good document, Please let me know



Thank you,



Best Regards,
Paheerathan
From: Matt Fig on
What's MathLAB? This is a MATLAB newsgroup, you may want to try google.
From: Walter Roberson on
M Paheerathan wrote:
> I have created a Application by using MathLAB GUI. Now I would like to
> distribute it as an executable. How to create MathLAB Executable?

There is extensive documentation on Mathworks.com for their "compiler".
From: Samuele on
"M Paheerathan" <mp.mscproject(a)yahoo.com> wrote in message <hvepc5$46q$1(a)fred.mathworks.com>...
> I have created a Application by using MathLAB GUI. Now I would like to distribute it as an executable. How to create MathLAB Executable?
>
> If there is a good document, Please let me know
>
>
>
> Thank you,
>
>
>
> Best Regards,
> Paheerathan

Do mcc -mv main_file.m, and if you want execute in other pc where matlab is not installed you should install the matlab runtime (with the correct version in function of you compiler)
ciao
From: Peter Webb on
Use the MATLAB Compiler: http://www.mathworks.com/products/compiler/

"M Paheerathan" <mp.mscproject(a)yahoo.com> wrote in message
news:hvepc5$46q$1(a)fred.mathworks.com...
>I have created a Application by using MathLAB GUI. Now I would like to
>distribute it as an executable. How to create MathLAB Executable?
>
> If there is a good document, Please let me know
>
>
>
> Thank you,
>
>
>
> Best Regards,
> Paheerathan