Octaveの使い方についてはウェブ上の情報を参照してください.
Windows
以下のページのOctave Forge Windowsの十字ボタンをクリックした後
octave-3.0.1-setup.exe
をダウンロードし,exeファイルをダブルクリックしてインストールしてください.インストール作業はNextボタンを押して進めて頂いて大丈夫です.
Octave Forge Windows
octaveのインストール先のフォルダの中に\m\startupというフォルダがあり,その中にoctavercというファイルがあります.そのファイルをテキストエディタで開き以下のようにpage_screen_output(false);という一行付け加えて下さい.
## System-wide startup file for Octave.
##
## This file should contain any commands that should be executed each
## time Octave starts for every user at this site.
## This startup script is customized for the Octave/Win32
## binary distribution. It checks for the existence of
## installed octave-forge, scite and octplot, and perform
## the appropriate actions.
## Configure readline using the file inputrc in the Octave startup
## directory.
page_screen_output(false);
read_readline_init_file (sprintf ("%s%s%s",
octave_config_info ("startupfiledir"),
filesep, "inputrc"));
Linux
以下のページを参考にインストールしてください.
Octaveのインストール
Mac
以下のページを参考にインストールしてください.
Octave For Mac
使ってみよう部分空間法 -部分空間法体験実習- のページへ
|