Path: Common/General
% List the member functions that are included in a given function/file. -------------------------------------------------------------------------- Form: names = ListMemberFunctions( filename ); -------------------------------------------------------------------------- ------ Inputs ------ filname (:) String name of file to examine verbose (1) Print results (1) or not (0). Default is verbose. ------- Outputs ------- names {:} Cell array of member function names lines {:} Cell array of member function definition lines --------------------------------------------------------------------------
Common: General/DeBlankLT
Back to the Common Module page