Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab engine
Date: Wed, 3 Jun 2009 11:10:02 +0000 (UTC)
Organization: Universit&#228;t Stuttgart
Lines: 11
Message-ID: <h05lma$9g5$1@fred.mathworks.com>
References: <h04a55$git$1@fred.mathworks.com> <_UqVl.138$Yz3.118@newsfe06.ams2>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1244027402 9733 172.30.248.38 (3 Jun 2009 11:10:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 3 Jun 2009 11:10:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 545430
Xref: news.mathworks.com comp.soft-sys.matlab:544452


Hi Scott, thanks for your answer. I was hoping that there is some mechanism like the function "isdeployed" which returns one if application generated by the Matlab compiler is started...

Markus

> Which platform are you running on?  I am not sure about the Windows
> implemenmtation, but on all Unix platforms the engine is essentially a
> wrapper around a standard MATLAB, and there really is no difference.  It
> simply takes care of stdin and stdout for you.
> 
> Perhaps the simplest thing would be to modify your startup.m.  Maybe you
> could invoke the project dialog manually if required.