Navigation

Operators and Keywords

Function List:

C++ API

Function File: ver
Function File: ver Octave
Function File: ver package
Function File: 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, octave_config_info, usejava, pkg.

Package: octave