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 or function documentation, or
type help <functionname> with the windows package loaded.
See the online manual for complete documentation.
Read the Octave Octave windows package wiki for install tips and examples.
Report bugs on the issue tracker.