MATLAB File Help: prtNewClass
prtNewClass
  prtNewClass creates a new prtClass* M-file
 
    prtNewClass creates a new prtClass* M-file including definitions for
    all required methods and properties for prtClass objects.  By
    convention, prtClass M-files should start with the string prtClass, and
    file names must be valid MATLAB function names (no special characters,
    spaces, etc.)
 
    prtNewClass(FILENAME) enables the user to specify the name of the new
    prtClass object from the command line.
 
    %Example:
    prtNewClass('prtClassAwesome');