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

    function obj = initStaticMode(obj)
%INITSTATICMODE Perform any required actions before static conversion
%
%   OBJ = INITSTATICMODE(OBJ) performs any actions required by the object
%   before it is converted to static. 

%   Copyright 2007 The MathWorks, Inc.

% Store the function handles to access the working store structure
obj.WorkingStore = pWorkingStoreContainer;