Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Calling Matlab from Java
Date: Wed, 9 Sep 2009 09:45:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <h87tev$18l$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1252489503 1301 172.30.248.35 (9 Sep 2009 09:45:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 9 Sep 2009 09:45:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1973328
Xref: news.mathworks.com comp.soft-sys.matlab:569197


Hi,

I'm trying to call Matlab functions from java via the Matlab Engine. It works fine as long as there are no Matlab GUI elements involved. But I need to call scripts which create a GUI and run then in their own Matlab window. Does anyone know if there are limitations to the type of scripts called via the matlab engine? Thanks for all your help :)