Setting object
A Setting
object represents an individual setting within the
settings hierarchical tree.
Access individual Setting
objects using the root SettingsGroup
object returned by the settings
function. For example, this code accesses the MaxWidth
setting.
s = settings s.matlab.editor.language.matlab.comments.MaxWidth
clearTemporaryValue | Clear the temporary value for a setting |
clearPersonalValue | Clear the personal value for a setting |
hasTemporaryValue | Determine whether the setting has a temporary value set |
hasPersonalValue | Determine whether the setting has a personal value set |
hasFactoryValue | Determine whether the setting has a factory value set |