美文网首页
安装gnuplot

安装gnuplot

作者: 活体检测业余爱好 | 来源:发表于2017-07-10 15:17 被阅读220次

了解的地方:

1、gunplot:画图工具,python下使用libsvm必须是用的吧,matlab下面可能不需要安装

安装gnuplot

1、在ubuntu中安装gnuplot-x11包

sudo apt-get install gnuplot-x11

2、安装后输入gnuplot进入Gnuplot命令界面
3、输入plot sin(x)结果如下图所示
4、退出gnuplot
q
5、检查有没有安装
dpkg -s gnuplot-x11

相关文章

网友评论

      本文标题:安装gnuplot

      本文链接:https://www.haomeiwen.com/subject/klzyhxtx.html