DSPRelated.com
Forums

How can make a Standalone executable file ??

Started by hamid akbari January 26, 2010
Hi All,

I have one M-File, which does some mathematical calculation and

plot them.
I want to generate one stand-alone executable file corresponding to M-File,
I am a new user and working on my PhD dissertation. I don't know what should I do. Please help me out how to create a stand-alone application for M-File which
should run on another computer without matlab. Please give me a full procedure.

Thank you very much
Hamid
You need to have the MATLAB Compiler.

If you have that then the help files will be able to help you further.

________________________________

From: m... [mailto:m...] On Behalf
Of hamid akbari
Sent: 26 January 2010 04:17
To: m...
Subject: [matlab] How can make a Standalone executable file ??

Hi All,
I have one M-File, which does some mathematical calculation and
plot them. I want to generate one stand-alone executable file
corresponding to M-File,
I am a new user and working on my PhD dissertation. I don't know what
should I do. Please help me out how to create a stand-alone application
for M-File which should run on another computer without matlab. Please
give me a full procedure.

Thank you very much
Hamid
*deploytool*
This should do the job. Once you launch this from MATLAB command window, the
procedure is well explained.

Good Luck,
Tilak

On Tue, Jan 26, 2010 at 5:17 AM, hamid akbari wrote:

> Hi All,
> I have one M-File, which does some mathematical calculation and
> plot them. I want to generate one stand-alone executable file corresponding
> to M-File,
> I am a new user and working on my PhD dissertation. I don't know what
> should I do. Please help me out how to create a stand-alone application
> for M-File which should run on another computer without matlab. Please give
> me a full procedure.
>
> Thank you very much
> Hamid
>
>
>
However, this will only work if you have some sort of compiler installed on your system. A compiler does not come with a standard Matlab installation and often needs to be separetely installed. So do not be surprised if you receive '?? Undefined function or variable 'deploytool'. error. That means you do not have a required compiler installed and you cannot compile Matlab files into executables.
Best wishes,

Burak T.
--- On Tue, 26/1/10, Tilak Rajesh wrote:

From: Tilak Rajesh
Subject: Re: [matlab] How can make a Standalone executable file ??
To: "hamid akbari"
Cc: m...
Date: Tuesday, 26 January, 2010, 14:50

deploytool
This should do the job. Once you launch this from MATLAB command window, the procedure is well explained.

Good Luck,
Tilak

On Tue, Jan 26, 2010 at 5:17 AM, hamid akbari wrote:



Hi All,

I have one M-File, which does some mathematical calculation and

plot them.
I want to generate one stand-alone executable file corresponding to M-File,
I am a new user and working on my PhD dissertation. I don't know what should I do. Please help me out how to create a stand-alone application for M-File which
should run on another computer without matlab. Please give me a full procedure.

Thank you very much
Hamid