【问题标题】:Scilab plots in -nogui mode-nogui 模式下的 Scilab 绘图
【发布时间】:2011-08-13 06:19:15
【问题描述】:

在 -nogui 模式下运行 Scialb 时是否可以绘制图形? 我尝试了以下方法:

saket@launchpad:~$scilab -nogui
-->x=[1:10];
-->y= sin(x);
-->plot2d(x,y)

这给出了以下错误:

plot2d(x,y)

 !--error 999 
 Scilab graphic module disabled -nogui or -nwni mode.

是否有解决方法。例如,我调用了一个八度音程实例来绘制这种方式:

 octave --persist --eval 'x=[1:10];y=sin(x);plot(x,y);'

是否可以在不使用八度音阶的情况下以 Sciulab 方式本身进行操作?

【问题讨论】:

    标签: matlab gnuplot octave scilab


    【解决方案1】:

    使用 Scilab -nw(或 scilab-adv-cli)

    【讨论】:

      猜你喜欢
      • 2012-09-23
      • 1970-01-01
      • 2016-03-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-11-05
      • 1970-01-01
      相关资源
      最近更新 更多