Navigation

Operators and Keywords

Function List:

C++ API

: ver
: ver Octave
: ver package
: v = ver (…)

Display a header containing the current Octave version number, license string, and operating system. The header is followed by a list of installed packages, versions, and installation directories.

Use the package name package or Octave to limit the listing to a desired component.

When called with an output argument, return a vector of structures describing Octave and each installed package. The structure includes the following fields.

Name

Package name.

Version

Version of the package.

Revision

Revision of the package.

Date

Date of the version/revision.

See also: version, usejava, pkg.

Package: octave