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

    function obj = clear(obj)
%CLEAR Clear the data in the object
%
%  OBJ = CLEAR(OBJ) clears the object's static expression chain copy.

%   Copyright 2000-2005 The MathWorks, Inc.


obj.cgexprgroup = clear(obj.cgexprgroup);
obj.ExpressionsPerItem = [];