Properties
Properties are like variables that belong to a class. The syntax and usage of available properties are described below.
All visible properties can be accessed by the '.' notation e.g. obj.<property name>
version
This property stores the MatMav version. To get the version number simply type:
% create an object
obj=MatMav;
% get the version number
obj.version