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

    function ok=saveprefs(p)
%SAVEPREFS Save preferences to disk
%
%  OK=SAVEPREFS(P) saves the current preference set to its permanent
%  storage on the HD.  OK indicates whether the operation was successful or
%  not.

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


ok=pr_datastore('saveData');