Octave安装和使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Octave安装和使用相关的知识,希望对你有一定的参考价值。

1. Installer  Download

octave4.0

gnuplot 5.0.4

 

2. Installation

(1) Octave

 安装Octave时提示发现系统装有Win8,继续安装可能导致启动失败。选择继续安装。

 support页面

documentation

 how to install Octave Forge Packages

  • Start Octave and then open the build_packages.m file found in the src folder where Octave was installed.
  • Run the script build_packages.m to build and install the packages.

 Installation is a one-time procedure. After installation packages must still be loaded in order to use them with the pkg load PACKAGENAME command.

Other packages are available from Octave-Forge.

(2) gnuplot

是一个命令行驱动的可交互的绘图工具,可绘制2维和3维图像。

demos

References: 

http://wiki.octave.org/Octave_for_Microsoft_Windows#gnuplot

octave readme

=====================

>>> a = pi;

>>> disp(sprintf(‘9 decimals: %0.100f‘,a))

9 decimals: 3.1415926535897931159979634685441851615905761718750000000000000000000000000000000000000000000000000000

1. 似乎pi只正确显示了前十几位。

2. 使用hist绘图,绘图窗口弹出,空白,卡住。 google搜索

Plot window not responding

Always not responding/freeze when use plot with QtOctave

 

以上是关于Octave安装和使用的主要内容,如果未能解决你的问题,请参考以下文章

Octave,Ubuntu的统计包

如何使用 Fink 在 Mac 上安装 GNU Octave?

Octave 和MATLAB的区别?会用MATLAB的话,还用学Octave吗?

Machine Learning - Octave环境的安装

Ubuntu通过源代码编译安装Octave 4.0

Octave:可以编译 mex,但出现错误:“无法安装 .mex 文件功能”