Prev: help on lda code
Next: plot a 3D function
From: prabhu on 11 Aug 2010 07:23 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 11 Aug 2010 07:33 "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 11 Aug 2010 07:47 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 11 Aug 2010 07:51 "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 11 Aug 2010 07:54
"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 |