mpomver
- mpomver(varargin)
mpomver()
- Prints or returns installed MP-Opt-Model version info.mpomver v = mpomver v = mpomver('all')
When called with an output argument and no input argument,
mpomver()
returns the current MP-Opt-Model version numbers. With an input argument (e.g.'all'
) it returns a struct with the fieldsName
,Version
,Release
, andDate
(all char arrays). Callingmpomver()
without assigning the return value prints the version and release date of the current installation of MP-Opt-Model.See also
mpver()
.