ppt
2006-07-14 16:50
我安装了octave在debian下,用
octave:1> t = 0:0.1:6.3;
octave:2> plot (t,cos(t))
octave:3> sh: line 1: gnuplot: command not found
warning: connection to external plotter (pid = 10146) lost --
warning: please try your plot command(s) again
warning: broken pipe -- some output may be lost
----------------------------------------------------------
octave:3> t = 0:0.1:6.3;
octave:4> plot(cos(t))
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
sh: line 1: gnuplot: command not found
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
不能画图,请问这是怎么回事
octave:1> t = 0:0.1:6.3;
octave:2> plot (t,cos(t))
octave:3> sh: line 1: gnuplot: command not found
warning: connection to external plotter (pid = 10146) lost --
warning: please try your plot command(s) again
warning: broken pipe -- some output may be lost
----------------------------------------------------------
octave:3> t = 0:0.1:6.3;
octave:4> plot(cos(t))
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
sh: line 1: gnuplot: command not found
sh: line 1: gnuplot: command not found
warning: broken pipe -- some output may be lost
不能画图,请问这是怎么回事