www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcprefs/isset.m

    function ret=isset(p,nm)
%ISSET Indicate whether NM is a Preference Set name.
%
%   OK=ISSET(P,NM) returns 1 if NM is a Preference Set, 0 otherwise.

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


ret=pr_datastore('isprefset',nm);