Path: SC/Demos/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';
Common: Time/JD2000 SC: GUIPlugIn/CommandPlugIn
Back to the SC Module page