Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!f38g2000pra.googlegroups.com!not-for-mail
From: TideMan <mulgor@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: multiple instances of MATLAB
Date: Sun, 21 Jun 2009 22:05:47 -0700 (PDT)
Organization: http://groups.google.com
Lines: 15
Message-ID: <e57f029e-3bae-44e2-bea8-34769e903ae3@f38g2000pra.googlegroups.com>
References: <h1n1pd$l2j$1@fred.mathworks.com>
NNTP-Posting-Host: 202.78.152.105
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1245647147 9513 127.0.0.1 (22 Jun 2009 05:05:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 22 Jun 2009 05:05:47 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: f38g2000pra.googlegroups.com; posting-host=202.78.152.105; 
	posting-account=qPexFwkAAABOl8VUndE6Jm-9Z5z_fSpR
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) 
	Gecko/2009060309 Ubuntu/8.04 (hardy) Firefox/3.0.11,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:549398


On Jun 22, 4:37 pm, "Irvin " <ie...@student.canterbury.ac.nz> wrote:
> Hi there,
>
> I require to run 4 instances of matlab to communicate with 4 different devices. I can do this by creating multiple COM servers using the actxerver function. However I do not know how to get each matlab server to run its own m-file(s).  Any advice/help on this would be great.
>
> Cheers
>
> Irvin

AFAIK, you can just open a new Matlab and it will work OK and
independent of the other open Matlabs.
I've done it inadvertently and had no trouble.