mpver
- mpver(varargin)
mpver()
- Prints or returns installed MATPOWER version info.mpver v = mpver v = mpver('all')
When called with an output argument and no input argument,
mpver()
returns the current MATPOWER version numbers. With an input argument (e.g.'all'
) it returns a struct with the fieldsName
,Version
,Release
, andDate
(all char arrays). Callingmpver()
without assigning the return value prints the version and release date of the current installation of MATPOWER, MATLAB (or GNU Octave), the Optimization Toolbox, MP-Test, MIPS, MP-Opt-Model, MOST, and any optional MATPOWER packages.