MATLAB Programming/MATlab Classes
From Wikibooks, open books for an open world
MATlab stores methods (separate M-file) in class directories not on the standard search path. The two minimum things needed in order to create a class are the constructor and display M-files.