Display a header containing the current Octave version number, license string and operating system, followed by the installed package names, versions, and installation directories. — Function File: v = ver ()
Return a vector of structures, respecting Octave and each installed package. The structure includes the following fields.
— Function File: v = ver (
Name- Package name.
Version- Version of the package.
Revision- Revision of the package.
Date- Date respecting the version/revision.
"Octave")
Return version information for Octave only.. — Function File: v = ver (pkg)
Return version information for the specified package pkg.