I wish to convert my matlab application into a standalone executable file. i wanted to upload that exe filealone in a database, so that any client system can download and run the application. (client system may not have matlab installed). what is the procedure to do so?
Hi;
Firstly you could search for "deploytool" or "mcc" in Matlab Help to compile your m file. Secondly; your client machines must have MCR installed to run your exe in case of Matlab not installed. You can find MCRInstaller at "matlabroot\toolbox\compiler\deploy\win32". In my computer matlabroot refers to "C:\Program Files\MATLAB\R2009b".
"Asha Murugan" <ashamurugan96@yahoo.co.in> wrote in message <hd8d8i$s5l$1@fred.mathworks.com>...
> I wish to convert my matlab application into a standalone executable file. i wanted to upload that exe filealone in a database, so that any client system can download and run the application. (client system may not have matlab installed). what is the procedure to do so?
File->New->deployment project
It is a guided procedure to build an external application. Youcan include the MCR just with click.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.