help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave over SSH


From: lachycharts
Subject: Octave over SSH
Date: Sat, 10 Dec 2016 23:42:13 -0800 (PST)

I am trying to run octave on my Jetson TX1 from my Ubuntu laptop. I simply
log on through SSH and enable X11 tunneling:

ssh -X address@hidden

And I can run Octave just fine. However, when running say the following
simple code, the variables output to screen but the plot does not display in
the figure window, and the window is unresponsive.

figure(1);
x = 1:10
y = 1:10
plot(x,y);

Should this plot display just fine, or do I need to run Octave in a certain
way when using SSH?

Thanks,

Lachlan





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-over-SSH-tp4680995.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]