(2) はじめてのOctave起動

投稿者: | 2013/07/10

2,730 views

この記事は最終更新から 2281日 が経過しています。

オクターブを起動するには octave と入力します。

[user@dog-server ~]$ octave
GNU Octave, version 3.6.4
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "x86_64-unknown-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.

For information about changes from previous versions, type `news'.
octave:1>

これで 起動完了 です!
ちなみに私の環境では octaveはここにインストールしています。

[user@dog-server ~]$ which octave
/usr/local/bin/octave
[user@dog-server ~]$

octave起動後、octaveのプロンプトでコマンドを入力できます。

octave:1> 1+2+3
ans =  6
octave:2>

[Ctrl]+[D] を押下もしくは、exit と入力すると、octaveが終了してLinux Shellのプロンプトに戻ります。

octave:2> exit
[user@dog-server ~]$

アクセス数(直近7日): ※試験運用中、BOT除外簡易実装済
  • 2026-01-24: 0回
  • 2026-01-23: 0回
  • 2026-01-22: 1回
  • 2026-01-21: 3回
  • 2026-01-20: 1回
  • 2026-01-19: 0回
  • 2026-01-18: 1回
  • コメントを残す

    メールアドレスが公開されることはありません。 が付いている欄は必須項目です