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 18:22:02 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 27
Message-ID: <g3bjoa$nfn$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>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1213813322 24055 172.30.248.37 (18 Jun 2008 18:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 18 Jun 2008 18:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:474534



"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