www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtablenode/killom.m

    function node = killom(node)
%KILLOM

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



man  = get(node, 'Managers');
man.InitialisationManager = [];
man.FillManager = [];
man.OptimisationManager = [];
node = set(node, 'Managers',man);