MATLAB/Octave study

An internal study for Hwang’s lab, Department of Mathematics, POSTECH.

Any correction is appreciated.

Contents

Installing Octave

Windows

Precompiled version with Microsoft Visual Studio are available from Octave Forge.

Debian (Ubuntu)

$ sudo apt-add-repository ppa:octave/stable
$ sudo apt-get update
$ sudo apt-get install octave

OS X

See Octave for MacOS X.

References and useful sites