From: Sprinceana on 6 May 2010 09:25 I have made 2 exe files using mcc -m name_of_file. The client that needs to run the 2 exe files doesn't have installed matlab or matlab compiler on his computer. I have matlab version which I deployed : MATLAB Version 7.5.0.342 (R2007b) (this is the matlab version where I deployed my matlab applications) My question is what compiler I must install for the client that use my version of matlab
From: Steven Lord on 6 May 2010 10:21 "Sprinceana " <mihaispr(a)yahoo.com> wrote in message news:hrufvj$t2v$1(a)fred.mathworks.com... >I have made 2 exe files using mcc -m name_of_file. > > The client that needs to run the 2 exe files doesn't have installed matlab > or matlab compiler on his computer. > > I have matlab version which I deployed : > > MATLAB Version 7.5.0.342 (R2007b) (this is the matlab version where I > deployed my matlab applications) > > My question is what compiler I must install for the client that use my > version of matlab The documentation for MATLAB Compiler contains a chapter titled "Deployment Process" that describes the steps you need to follow to allow your user to run the compiled application on their machine. I am almost certain that no compiler is necessary on the machine to which you're deploying the application. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: Haar 2d approximation Next: Pairwise exchange of i and j element |