Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibGetVersionNumberic.m File Reference

get MIB version in numeric format from the string More...

Functions

function mibVersionNumeric = mibGetVersionNumberic (mibVersionString)
 get MIB version in numeric format from the string
 

Detailed Description

get MIB version in numeric format from the string

Function Documentation

◆ mibGetVersionNumberic()

function mibVersionNumeric = mibGetVersionNumberic ( mibVersionString)

get MIB version in numeric format from the string

Parameters
mibVersionStringstring containing the current version of MIB. The version is defined in mib.m file and can should be quite strict in syntax. Two options ara available:
  • "ver. 2.909 / 06.08.2024" - release, where mibVersionNumeric is detected from text between "ver." and "/"
  • "ver. 2.909 (beta 07) / 06.08.2024" - beta version, requires "beta" and ")" characters. mibVersionNumeric is generated as the specified version (i.e. 2.909) -minus- beta version (i.e. 7) as "2.909 - (1000-7)/1000000"
Return values
mibVersionNumericdouble with the current MIB version | @ Note: None

Referenced by mibController.mibController().

Here is the caller graph for this function: