Skip to content

version

Return the installed Biosigmat implementation version.

Syntax

function versionNumber = version()

Description

VERSIONNUMBER = BIOSIGMAT.VERSION() returns the authoritative Biosigmat implementation version as a character vector. Biosigmat versions are independent from Biosiglib specification releases.

The package-qualified name avoids shadowing MATLAB's built-in VERSION function.

Source

View source code

Example

currentVersion = biosigmat.version();

View executable example

See also

  • VERSION
  • VER