CommandPluginDemo:

Path: SC/GUIPlugIn

% Demonstrate command lists
  ------------------------------------------------------------------------
  See also JD2000, CommandPlugIn
  ------------------------------------------------------------------------
%
--------------------------------------------------------------------------
   Copyright (c) 2000 Princeton Satellite Systems, Inc. 
   All rights reserved.
--------------------------------------------------------------------------
                     = which( 'CommandPluginDemo' );
                     = fileparts( w );
function             = 'DemoController';
commandListDirectory = fullfile( w, 'CommandLists', '' );
helpFile             = 'OnlineHelp.mat';
commandFile          = 'Commands.txt';

Children:

SC: GUIPlugIn/CommandPlugIn
SC: GUIPlugIn/ParseCommand
Common: General/CloseFigure
Common: General/DeBlankLT
Common: General/DeleteCell
Common: General/GetListString
Common: General/StringMatch
Common: Help/HelpSystem
Common: Time/DTAToDTS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/DateStringToJD
Common: Time/JD2000
Common: Time/JD2Date
Common: Time/JDToDateString
Math: MathUtils/R2P5

Back to the SC Module page