Prev: real time plot
Next: Cut out a circle
From: Robin on 19 Jul 2010 05:02 Dear matlab users I have an exe-file that I want to run on a computer without matlab installed. To run the file I need to install the Matlab Compiler Runtime. The exe-file was generated with Matlab 2010a, and therefore I need the Matlab Compiler Runtime 7.13. Does anybody know where on the mathwork homepage I can download the Matlab Compiler Runtime 7.13? I assume the Matlab Compiler Runtime is freeware and I do not have to buy any license for it. Best Regards Robin
From: kinor on 19 Jul 2010 07:53 "Robin " <robinh887(a)hotmail.com> wrote in message <i214ac$573$1(a)fred.mathworks.com>... > Dear matlab users > > I have an exe-file that I want to run on a computer without matlab installed. To run the file I need to install the Matlab Compiler Runtime. The exe-file was generated with Matlab 2010a, and therefore I need the Matlab Compiler Runtime 7.13. > Does anybody know where on the mathwork homepage I can download the Matlab Compiler Runtime 7.13? > > I assume the Matlab Compiler Runtime is freeware and I do not have to buy any license for it. > > Best Regards > > Robin Hi Robin, in the past THE MATHWORKS did not provide a download site for the MCR, it was shipped with the compiler. Best kinor
From: Robin on 19 Jul 2010 10:09 "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <i21eb3$53p$1(a)fred.mathworks.com>... > "Robin " <robinh887(a)hotmail.com> wrote in message <i214ac$573$1(a)fred.mathworks.com>... > > Dear matlab users > > > > I have an exe-file that I want to run on a computer without matlab installed. To run the file I need to install the Matlab Compiler Runtime. The exe-file was generated with Matlab 2010a, and therefore I need the Matlab Compiler Runtime 7.13. > > Does anybody know where on the mathwork homepage I can download the Matlab Compiler Runtime 7.13? > > > > I assume the Matlab Compiler Runtime is freeware and I do not have to buy any license for it. > > > > Best Regards > > > > Robin > > Hi Robin, > > in the past THE MATHWORKS did not provide a download site for the MCR, it was shipped with the compiler. > > Best > > kinor Thanks kinor The problem is I got the exe-file from a friend and therefore I do not have the Matlab Compiler Runtime. It sounds really strange that Mathworks does not supply the possibility to download the Matlab Compiler Runtime on there homepage or some other page when it is freeware? Maybe there is someone on the newgroup that can upload the Matlab Compiler Runtime 7.13 soo I can download it? Best Regards Robin
From: Walter Roberson on 19 Jul 2010 10:28 Robin wrote: > The problem is I got the exe-file from a friend and therefore I do not > have the Matlab Compiler Runtime. Then your friend is responsible for making MCR available to you, within the appropriate license restrictions. > It sounds really strange that > Mathworks does not supply the possibility to download the Matlab > Compiler Runtime on there homepage or some other page when it is freeware? It is not freeware. MCR is a licensed component of the Matlab Compiler, with authorized users of the compiler entitled to distribute the appropriate version to their users. > Maybe there is someone on the newgroup that can upload the Matlab > Compiler Runtime 7.13 soo I can download it? Not legally, No.
From: Dinesh Iyer on 19 Jul 2010 10:47
Hi Robin, You can ask your friend to package the MCR along with the executable application he has given you. You can do this when you use the DEPLOYTOOL GUI to create the executable. The link below is MATLAB documentation on how this can be done: http://www.mathworks.com/access/helpdesk/help/toolbox/compiler/br5w5e9-16.html Look at the section that says "Distribute to End Users". This is the only legal way for you to obtain the MCR. Additionally, you have to use the same version of the MCR as the version of MATLAB Compiler you used to compile the executable. Hope this helps. Regards, Dinesh |