You have to create an object of an enumeration class by defining the enumeration e.g.
myEnumObj = classenum.Feb;
As far as I am aware you cannot have a normal constructor taking arguments for an enumeration class.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!