www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@cgbrowser/getRelabelFunction.m

    function fcn=getRelabelFunction(h)
%GETRELABELFUNCTION Return relabel manager function
%
%  FCN = GETRELABELFUNCTION(H) returns the function used by the current
%  node for relabelling.

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


fcn = h.getBrowserOptions('relabelmanager');