我在Raspberry PI上使用Linux Debian并安装了Octave。这是Octave的创业公司:
pi@pi1 ~ $ octave
octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "arm-unknown-linux-gnueabihf".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html
Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.
尝试运行Octave GUI时,例如:
plot(3,3)输出显示在命令行上:
消息" octave:禁用GUI功能" (作为上面启动输出的一部分)表示无法使用GUI功能。 我应该在PI和Octave版本上安装什么版本的Linux,以便GUI图例如:
答案 0 :(得分:0)
正如我从你的第一个截图中猜到的那样,你正在使用来自windows机器的putty来ssh到你的覆盆子pi。您必须在Putty中启用X11转发(Connections-> SSH-> X11)并在Windows端安装X11服务器,如Xming(http://sourceforge.net/projects/xming/)。或者最简单的方法:将监视器插入RaspberryPI并直接使用GNU / Linux和Octave。
答案 1 :(得分:0)
连接屏幕并执行命令
startx的
启动X服务器,然后打开终端并尝试从终端安装。如果您没有屏幕,请执行@Andy提及的X11转发。