Launching matlab remotely on windows via ssh? Impossible?
Posted
by Bob E.
on Stack Overflow
See other posts from Stack Overflow
or by Bob E.
Published on 2010-04-18T10:24:46Z
Indexed on
2010/04/18
10:33 UTC
Read the original article
Hit count: 382
Howdy, I am trying to run matlab remotely on windows via OpenSSH installed with Cygwin, but launching matlab in windows without the GUI seems to be impossible.
If i am logged in locally, I can launch matlab -nodesktop -nodisplay -r script, and matlab will launch up a stripped down GUI and do the command.
However, this is impossible to do remotely via ssh, as, matlab needs to display the GUI.
Does anyone have any suggestions or work arounds?
Thanks,
Bob
© Stack Overflow or respective owner