Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: General questions about creating standalone apps with Matlab
Date: Sun, 25 Jan 2009 15:08:12 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 15
Message-ID: <glhv8s$p0h$1@fred.mathworks.com>
References: <glhkjl$4el$1@fred.mathworks.com> <glhpsb$baa$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1232896092 25617 172.30.248.37 (25 Jan 2009 15:08:12 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 25 Jan 2009 15:08:12 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:513787


"Matt " <mjacobson.removethis@xorantech.com> wrote in message 
> 
> No, it's one of the more expensive MathWorks products. You can buy (and I believe download it) from the MathWorks website
> 
> >Can it compile for Linux and for Windows, or would I have to buy separate compilers? Is it able to handle even 3D plots on different OS?
> 
> Probably separate, but I'm not sure.
> 
> 

When you purchase Matlab and Compiler, you have it for all supported platforms, but you must install your Matlab and compile your application on the target OS where you want your application to be run on.

No worry about 3D graphic. Some of the specific functions in some toolbox might not be supported by the compiler. They are not many of them, but to be sure please take a look at Matlab documentation. The only modification you might have make in your program is to indicate for the compiler which function are invoked (by EVAL).

Bruno