From: Rudy Ratner on
Hi,
Is there a way to create standalone exe files in matlab which can run on a system which does not have matlab installed?
I tried creating an exe file from my mfile using the mcc -m myfile.m command but when i copy the exe to run on another system it says i need the mclmcrrt78.dll. And this is not a file which I can download and paste to my wind32 directory. It is supposed to be located in the Matlab directory.
The whole point of a standalone file is for it to stand alone in any system.
Does anyone have any pointers please. Id really appreciate it.
Thank You
From: Walter Roberson on
Rudy Ratner wrote:

> Is there a way to create standalone exe files in matlab which can run on
> a system which does not have matlab installed?

Yup.

> I tried creating an exe file from my mfile using the mcc -m myfile.m
> command but when i copy the exe to run on another system it says i need
> the mclmcrrt78.dll. And this is not a file which I can download and
> paste to my wind32 directory. It is supposed to be located in the Matlab
> directory. The whole point of a standalone file is for it to stand alone
> in any system.
> Does anyone have any pointers please.

http://www.mathworks.com/support/solutions/en/data/1-1IW46N/index.html
From: Rudy Ratner on
Walter Roberson <roberson(a)hushmail.com> wrote in message <9SzOn.994$3y2.670(a)newsfe11.iad>...
> Rudy Ratner wrote:
>
> > Is there a way to create standalone exe files in matlab which can run on
> > a system which does not have matlab installed?
>
> Yup.
>
> > I tried creating an exe file from my mfile using the mcc -m myfile.m
> > command but when i copy the exe to run on another system it says i need
> > the mclmcrrt78.dll. And this is not a file which I can download and
> > paste to my wind32 directory. It is supposed to be located in the Matlab
> > directory. The whole point of a standalone file is for it to stand alone
> > in any system.
> > Does anyone have any pointers please.
>
> http://www.mathworks.com/support/solutions/en/data/1-1IW46N/index.html

Er... Could you please share that secret with me???
Please??
From: Walter Roberson on
Rudy Ratner wrote:
> Walter Roberson <roberson(a)hushmail.com> wrote in message
> <9SzOn.994$3y2.670(a)newsfe11.iad>...
>> Rudy Ratner wrote:
>>
>> > Is there a way to create standalone exe files in matlab which can
>> run on > a system which does not have matlab installed?
>>
>> Yup.
>>
>> > I tried creating an exe file from my mfile using the mcc -m myfile.m
>> > command but when i copy the exe to run on another system it says i
>> need > the mclmcrrt78.dll. And this is not a file which I can download
>> and > paste to my wind32 directory. It is supposed to be located in
>> the Matlab > directory. The whole point of a standalone file is for it
>> to stand alone > in any system.
>> > Does anyone have any pointers please.
>>
>> http://www.mathworks.com/support/solutions/en/data/1-1IW46N/index.html
>
> Er... Could you please share that secret with me???
> Please??

Did you try the solutions in the support document? If those did not work then
you should probably contact matlab support.
From: Rudy Ratner on
Walter Roberson <roberson(a)hushmail.com> wrote in message <huoqot$c2m$1(a)canopus.cc.umanitoba.ca>...
> Rudy Ratner wrote:
> > Walter Roberson <roberson(a)hushmail.com> wrote in message
> > <9SzOn.994$3y2.670(a)newsfe11.iad>...
> >> Rudy Ratner wrote:
> >>
> >> > Is there a way to create standalone exe files in matlab which can
> >> run on > a system which does not have matlab installed?
> >>
> >> Yup.
> >>
> >> > I tried creating an exe file from my mfile using the mcc -m myfile.m
> >> > command but when i copy the exe to run on another system it says i
> >> need > the mclmcrrt78.dll. And this is not a file which I can download
> >> and > paste to my wind32 directory. It is supposed to be located in
> >> the Matlab > directory. The whole point of a standalone file is for it
> >> to stand alone > in any system.
> >> > Does anyone have any pointers please.
> >>
> >> http://www.mathworks.com/support/solutions/en/data/1-1IW46N/index.html
> >
> > Er... Could you please share that secret with me???
> > Please??
>
> Did you try the solutions in the support document? If those did not work then
> you should probably contact matlab support.


They all say that you have to install the MCR to the matlab directory to run the exe. Also I find that if I compile the m file in one system it does not work in another system even if it has matlab. But if i compile it again in that system it runs. Please help!!!
 |  Next  |  Last
Pages: 1 2
Prev: syms (symbolic math)
Next: multiple-vector rotation