delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=BAYES_00 |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4BC9FB25.9090809@bopp.net> |
Date: | Sat, 17 Apr 2010 13:17:09 -0500 |
From: | Jeremy Bopp <jeremy AT bopp DOT net> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Running a Matlab script remotely via ssh |
References: | <h2y5969679e1004171059x1f563e57i9e58c23f5f0fc676 AT mail DOT gmail DOT com> <n2o5969679e1004171104mc6fd0357l5be8cc367c4488 AT mail DOT gmail DOT com> |
In-Reply-To: | <n2o5969679e1004171104mc6fd0357l5be8cc367c4488@mail.gmail.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 4/17/2010 1:04 PM, Geraldo Veiga wrote: > I have Cygwin installed in a Vista/64 system with sshd enabled. I > would like to login remotely via ssh and run a script written in > Matlab. > Directly from the DOS command line this is possible: > > matlab -nosplash -nodesktop -minimize -r test_batch -logfile logfile > > No such luck when I try the same with a remote session. The thing > just hangs there until I interrupt it with CTRL-C. > > Is there any way around this? Matlab is a Windows application and > always opens a window when executed. That "-minimize" in the > command-line just hides the obvious. > > Thanks in advance for your help Since it's a Windows-native build which needs to open a window, running it remotely won't be an option unless you give the sshd service the right to interact with the desktop. What you probably want instead is a Cygwin build of Matlab, if such a thing exists. -Jeremy -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |