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

    function out = gethandle(x,str)
%GETHANDLE
%
%  H = GETHANDLE(OBJ, STR) returns a function handle to the named routine.

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


%  Gets the handle to a function held inside the private directory
out = str2func(str);