File | Date | Author | Commit |
---|---|---|---|
doc | 2025-02-02 |
![]() |
[fd3656] Update version for 1.6.5 |
examples | 2019-04-08 |
![]() |
[878ac7] Update licenses on older files |
inst | 2024-01-24 |
![]() |
[e7f884] Provide pkg load/unload functions |
src | 2025-02-02 |
![]() |
[fd3656] Update version for 1.6.5 |
.hgignore | 2016-02-24 |
![]() |
[4ef5c4] maint: replace svnignore with hgignore files. |
.hgtags | 2025-02-03 |
![]() |
[781462] Added tag release-1.6.5 for changeset fd3656fd1c8d |
COPYING | 2021-01-25 |
![]() |
[1b139c] * COPYING: update to GPLv3 |
DESCRIPTION | 2025-02-02 |
![]() |
[fd3656] Update version for 1.6.5 |
INDEX.in | 2020-09-12 |
![]() |
[c93889] Add win32_DeleteRegistry |
Makefile | 2025-02-02 |
![]() |
[632426] * Makefile: add MAKEINFO_HTML_OPTIONS variable ... |
NEWS | 2025-02-02 |
![]() |
[fd3656] Update version for 1.6.5 |
README.md | 2020-04-26 |
![]() |
[3dc459] Add package documentation |
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:
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.