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