mostver

mostver(varargin)

mostver() - Prints or returns installed MOST version info.

mostver
v = mostver
v = mostver('all')

When called with an output argument and no input argument, mostver() returns the current MOST version numbers. With an input argument (e.g. 'all') it returns a struct with the fields Name, Version, Release, and Date (all char arrays). Calling mostver() without assigning the return value prints the version and release date of the current installation of MOST.

See also mpver().