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

    function setlocation(p, d)
%SETLOCATION Set the location of the preference files.
%
%  SETLOCATION(P, D) changes where the preference files are saved to to be
%  the directory D.

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


pr_datastore('property', 'FileLocation', d);