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¶
Example¶
currentVersion = biosigmat.version();
See also¶
- VERSION
- VER