hi, anybody knows if MATLAB now support stand alone applications? I
want to make my MATLAB script files (.m) to .exe files. How can I do
it?
Many thanks!!!
|
|
0
|
|
|
|
Reply
|
yu3 (3)
|
5/2/2006 3:46:17 PM |
|
Lucy wrote:
>
>
> hi, anybody knows if MATLAB now support stand alone applications? I
> want to make my MATLAB script files (.m) to .exe files. How can I
> do
> it?
>
> Many thanks!!!
If you have Matlab compiler, it is the function mcc. From the output
you can create a stand alone application with a c/c++ compiler...
|
|
0
|
|
|
|
Reply
|
schwanghart (37)
|
5/2/2006 3:52:06 PM
|
|
use the command
mcc -m myfunctionname.m
Wolfgang wrote:
>
>
> Lucy wrote:
>>
>>
>> hi, anybody knows if MATLAB now support stand alone
applications?
> I
>> want to make my MATLAB script files (.m) to .exe files. How can
I
>> do
>> it?
>>
>> Many thanks!!!
>
> If you have Matlab compiler, it is the function mcc. From the
> output
> you can create a stand alone application with a c/c++ compiler...
|
|
0
|
|
|
|
Reply
|
gaurav.khandre (27)
|
5/3/2006 8:38:42 AM
|
|
Gaurav khandre wrote:
>
>
> use the command
> mcc -m myfunctionname.m
>
> Wolfgang wrote:
>>
>>
>> Lucy wrote:
>>>
>>>
>>> hi, anybody knows if MATLAB now support stand alone
> applications?
>> I
>>> want to make my MATLAB script files (.m) to .exe files. How
> can
> I
>>> do
>>> it?
>>>
>>> Many thanks!!!
>>
>> If you have Matlab compiler, it is the function mcc. From the
>> output
>> you can create a stand alone application with a c/c++
compiler...
Hello lucy and Gaurav
You can't make standalone of Script file but rather of function file
regards
kuldeep
|
|
0
|
|
|
|
Reply
|
kuldeep_kulkarni (142)
|
5/3/2006 8:54:45 AM
|
|
You might have a look at the "O-Matrix Development Kit",
http://www.omatrix.com/omrte.html for a more affordable, easier, and
lightweight method to turn m files into stand-alone binaries.
"Lucy" <yu3@engr.sc.edu> wrote in message
news:ef33e31.-1@webx.raydaftYaTP...
> hi, anybody knows if MATLAB now support stand alone applications? I
> want to make my MATLAB script files (.m) to .exe files. How can I do
> it?
>
> Many thanks!!!
|
|
0
|
|
|
|
Reply
|
harmonic (96)
|
5/3/2006 4:34:25 PM
|
|