Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to run an external application on a different computer from MATLAB
Date: Wed, 18 Jun 2008 21:26:02 +0000 (UTC)
Organization: University of Virginia
Lines: 37
Message-ID: <g3buha$frs$1@fred.mathworks.com>
References: <g393l6$mg0$1@fred.mathworks.com> <g3aufl$l7g$1@fred.mathworks.com> <g3b4bl$ef2$1@canopus.cc.umanitoba.ca> <g3bf62$2ni$1@fred.mathworks.com> <g3bgv0$2it$1@canopus.cc.umanitoba.ca> <g3bis6$ef8$1@fred.mathworks.com> <g3bjoa$nfn$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 1213824362 16252 172.30.248.35 (18 Jun 2008 21:26:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 18 Jun 2008 21:26:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1331686
Xref: news.mathworks.com comp.soft-sys.matlab:474579



"us " <us@neurol.unizh.ch> wrote in message
<g3bjoa$nfn$1@fred.mathworks.com>...
> "Hema ":
> <SNIP still the same sermon...
> 
> > ...it seems like other than the method you
> > mentioned there is no other way to call a program on a
> > different machine from MATLAB. That's a little surprising
> > to me...
> 
> did you look at what i told you earlier...
> yes, then
> 
> % go here
> 
> http://technet.microsoft.com/en-
> us/sysinternals/bb897553.aspx
> 
> % download psexec
> % use it according to the nice help, eg,
> 
>      !psexec
> 
> % now try
>      system('psexec \\thiscomputer matlab');
> % which should open another ML session on your computer...
> 
> us
> 

us sorry, I couldn't understand what you were trying to say
earlier. But I understood your new suggestion I think, so I
will try it tomorrow and let you know what the result is.

Thanks for your help
Hema