MATLAB Programming/Advanced Topics/Object Oriented Programming/MATLAB Classes

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.