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

    function nm=getsetname(p)
%GETSETNAME Get the name of current Preference Set
%
%   NM=GETSETNAME(P) returns the name of the current preferences set.

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


nm=pr_datastore('property', 'Name');