Navigation

Operators and Keywords

Function List:

C++ API

Function File: addpref (group, pref, val)

Add a preference pref and associated value val to the named preference group group.

The named preference group must be a character string.

The preference pref may be a character string or a cell array of character strings.

The corresponding value val may be any value, or, if pref is a cell array of strings, val must be a cell array of values with the same size as pref.

See also: setpref, getpref, ispref, rmpref.

Package: octave