www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcfoundation/@functionlookup/pKeyToString.m

    function stringKeys = pKeyToString(obj, keys)
%PKEYTOSTRING Return string that represents a key.
%
%   STRINGKEYS = PKEYTOSTRING(OBJ, KEYS)
%
%   Subclasses overload this to ensure the keys used to lookup are strings

%   Copyright 2005 The MathWorks, Inc.

stringKeys = keys;