Re: how to create exe
- From: Randy Poe <poespam-trap@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 11:30:18 -0800 (PST)
On Feb 29, 12:16 pm, "Mamata Kukreja" <mamata_kukr...@xxxxxxxxx>
wrote:
Randy Poe <poespam-t...@xxxxxxxxx> wrote in message
<9b7d1700-0d89-481a-8bc5-6268674c8...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...> On Feb 29, 11:58 am, "Mamata Kukreja"
<mamata_kukr...@xxxxxxxxx>> wrote:
Randy Poe <poespam-t...@xxxxxxxxx> wrote in message
<06bc7ef9-2d3b-47ad-af85-a4b56095a...@xxxxxxxxxxxxxxxxxxxxxxxxxxx>...>
On Feb 29, 10:41 am, "Mamata Kukreja"
<mamata_kukr...@xxxxxxxxx>
exe orwrote:
Hello, I want to convert a .m and .fig file into an
code .any other form such that it runs without showing the
You need the Matlab Compiler to make a *.exe file. That
is a separate product from Mathworks which requires you to
purchase a separate license.
act toHowever, I think that PCODE is part of the generaldistribution
of Matlab. This creates "P-code" files which will also
hide your source code.
HELP PCODE
- Randy
ok if i hv d compiler .. wat is d procedure of creating it ?
Short answer:
mcc -o executable-name -m main-program.m
Or run the deploy tool, which will prompt you for what
you need:
deploytool
Long answer:
Read the manual
http://tinyurl.com/2bequk
You will need to package up the matlab runtime to
distribute your Matlab code to other systems. This is
all covered in the manual.
- Randy
ok wil chk out .. but after creating the .p file .. i run it
by going to the folder and double clikin .. it says ..
You asked me about the compiler, so I answered about
the compiler.
The compiler makes EXE files. It is called MCC. Obviously
you ran PCODE instead, which is something different.
- Randy
.
- References:
- how to create exe
- From: Mamata Kukreja
- Re: how to create exe
- From: Randy Poe
- Re: how to create exe
- From: Randy Poe
- Re: how to create exe
- From: Mamata Kukreja
- how to create exe
- Prev by Date: Re: Cutting off decimal places
- Next by Date: Re: execution order and sorted order in simulink
- Previous by thread: Re: how to create exe
- Next by thread: Re: 1st example of NNet User's Guide does not work
- Index(es):
Relevant Pages
|