Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!x38g2000yqb.googlegroups.com!not-for-mail
From: Rune Allnor <allnor@tele.ntnu.no>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Calling Matlab from Java
Date: Wed, 9 Sep 2009 03:02:28 -0700 (PDT)
Organization: http://groups.google.com
Lines: 17
Message-ID: <25d774c7-0b3a-4822-88c4-82269abb04f6@x38g2000yqb.googlegroups.com>
References: <h87tev$18l$1@fred.mathworks.com>
NNTP-Posting-Host: 77.17.199.141
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1252490548 661 127.0.0.1 (9 Sep 2009 10:02:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 9 Sep 2009 10:02:28 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: x38g2000yqb.googlegroups.com; posting-host=77.17.199.141; 
	posting-account=VAp5gAkAAAAmkCze5hvZtMeedpZWNthI
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; 
	Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; 
	.NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:569200


On 9 Sep, 11:45, "Stephan Larws" <stephan.la...@iav.de> wrote:
> 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 :)

Don't know if there are limitations, but there is at least
ample opportunity for trouble if you start mixing a matlab
GUI engine with an already existing GUI.

Use java for the GUI and leave the matlab engine to deal
with computations.

Rune