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

    function i=getsetinfo(p)
%GETSETINFO Return a list of available sets.
%
%  LIST=GETSETINFO(p) returns a cell array of the available preference
%  sets.

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


i=pr_datastore('setNames');