www.gusucode.com > appdesigner工具箱matlab源码程序 > appdesigner/+appdesigner/+internal/+application/setAppDesignerPref.m

    function setAppDesignerPref(pref, val)
%SETAPPDESIGNERPREF Sets the preference specified by PREF to the value 
% VAL in the preference group 'appdesigner'.

%   Copyright 2016 The MathWorks, Inc.

setpref('appdesigner', pref, val);