MATLAB Programming/MATlab Classes

From Wikibooks, the open-content textbooks collection

Jump to: navigation, 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.