centos7 安装octave
时间:2016-01-13 23:42 来源:linux.it.net.cn 作者:IT
参考网站:
http://wiki.octave.org/Octave_for_GNU/Linux
http://www.gnu.org/software/octave/
1、直接yum 安装
[root@localhost pca-mlp]# yum install epel-release
...
[root@localhost pca-mlp]# yum install octave
2、使用 在命令行敲入:octave启动,或者在Applications下”Education”点击图标启动。
3、测试例子: http://openclassroom.stanford.edu/MainFolder/DocumentPage.php?course=DeepLearning&doc=exercises/ex2/ex2.html
参考这个实现。
(责任编辑:IT)
| 参考网站: http://wiki.octave.org/Octave_for_GNU/Linux http://www.gnu.org/software/octave/ 1、直接yum 安装 [root@localhost pca-mlp]# yum install epel-release ... [root@localhost pca-mlp]# yum install octave 2、使用 在命令行敲入:octave启动,或者在Applications下”Education”点击图标启动。 3、测试例子: http://openclassroom.stanford.edu/MainFolder/DocumentPage.php?course=DeepLearning&doc=exercises/ex2/ex2.html 参考这个实现。 (责任编辑:IT) |