www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoutput/getTableFiller.m

    function tableFiller = getTableFiller(obj)
%GETTABLEFILLER Return the table filling object in the output
%
%   TABLEFILLER = GETEXITFLAG(OBJ) returns the table filling object
%   associated with the output.

%   Copyright 2006 The MathWorks, Inc.

tableFiller = obj.tableFiller;