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.
NamePackage name.
VersionVersion of the package.
RevisionRevision of the package.
DateDate of the version/revision.
See also: version, usejava, pkg.
Package: octave