From: prabhu on
i have some coding in matlab now i want to change tat file to .exe format how to use matlab compiler help me ....
From: us on
"prabhu " <kprabhucbe(a)gmail.com> wrote in message <i3u16r$mis$1(a)fred.mathworks.com>...
> i have some coding in matlab now i want to change tat file to .exe format how to use matlab compiler help me ....

what have YOU done so far to solve YOUR particular problem...
one approach: read the manual...

us
From: Image Analyst on
prabhu:
Read the compiler help. Call them for help if you need to, or search this newsgroup. By the way, what's a tat file? The compiler compiles m-files.
From: Shanmugam Kannappan on
"us " <us(a)neurol.unizh.ch> wrote in message <i3u1ph$30$1(a)fred.mathworks.com>...
> "prabhu " <kprabhucbe(a)gmail.com> wrote in message <i3u16r$mis$1(a)fred.mathworks.com>...
> > i have some coding in matlab now i want to change tat file to .exe format how to use matlab compiler help me ....
>
> what have YOU done so far to solve YOUR particular problem...
> one approach: read the manual...
>
> us

Hi prabhu,

First thing you should do is goto MATLAB help "Contents" Tab.
Select the MATLAB Compiler product & start from getting started.
Simple steps to go creating application.

Tips:-
mcc -m mfileName
get the ctf & exe file along with MCR installer located in MATLAB installed directory to run the application in a machine where you dont have MATLAB installed.
Search in help for more info.

Hi us!
Every one cannot be an expert like you.
I feel,its bit difficult for people who are new to MATLAB.
Shan!!!
From: us on
"Image Analyst" <imageanalyst(a)mailinator.com> wrote in message <i3u2jp$lf1$1(a)fred.mathworks.com>...
> prabhu:
> Read the compiler help. Call them for help if you need to, or search this newsgroup. By the way, what's a tat file? The compiler compiles m-files.

ia, most likely a typo
from
tat file
to
tHat file

:-)
us
 |  Next  |  Last
Pages: 1 2
Prev: help on lda code
Next: plot a 3D function