The Octave Windows package provides COM interface and additional functionality on Windows for GNU Octave.
-
Octave >= 3.6.0+
-
Microsoft Windows, or wine.
To install, run the octave package manager:
-
If running Windows, the package may already be installed:
pkg list windows
-
To install from source forge: pkg install -forge windows
-
To install from a local tarball. pkg install windows-XXXXXXX.tar.gz Where XXXXXXX is the version of the the downloaded tarball.
-
Load the package. pkg load windows (Required each time Octave is started)
-
Type help actxserver to provide a starting place for creating a COM object.
See the function list for octave-windows on octave forge for function documentation.
See the online manual for octave-windows on octave forge for complete documentation.
Read the Octave Octave windows package wiki for install tips and examples.
Currenty package does not support user data types.