www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgcaloutput/private/pNotExportFunctions.m

    function out = pNotExportFunctions
%PNOTEXPORTFUNCTIONS  List methods that are not export functions.
%
%  OUT = PNOTEXPORTFUNCTIONS lists methods of cgcaloutput that are not
%  export functions.  This provides a mechanism for excluding core export
%  functions from extras packages by overloading.

%  Copyright 2000-2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


out = {'cgcaloutput',...
        'createmenus',...
        'getoutputfunctions',...
        'export',...
        'gui_export',...
        'getfilename',...
        'setfilename',...
        'isempty',...
        'MATLAB_M_file', ... % to be added
        'MATLAB_MAT_file'}; % to be added