addpref(group,pref,value)
creates the specified preference in the specified group and sets its value to
value. If the specified preference exists, MATLAB® returns an error.
Preferences are persistent and maintain their values between MATLAB sessions.
group — Custom preference group name character vector | string scalar
Preference group name, specified as a character vector or a string scalar.
group must be a valid variable name. For more
information, see Variable Names.
Example: 'mytoolbox'
Data Types: char | string
pref — Custom preference name character vector | cell array of character vectors | string array
Custom preference name, specified as a character vector, a cell array of
character vectors, or a string array. pref must be a
valid variable name. For more information, see Variable Names.
If pref is a cell array of character vectors or a
non-scalar string, value must specify a value for each
preference specified in pref.
Example: 'version'
Example: {'version','modifieddate','docpath'}
Data Types: char | string
value — Custom preference value any MATLAB data type
Custom preference value, specified as any MATLAB data type, including numeric types, character vectors, cell
arrays, structures, and objects. If pref is a cell array
of character vectors or a nonscalar string array, value
must specify a cell array that includes a value for each preference
specified in pref.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.