Setting
Represents individual setting
Description
A Setting
object represents an individual setting within the
settings hierarchical tree.
Creation
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
Properties
Object Functions
clearTemporaryValue | Clear temporary value for setting |
clearPersonalValue | Clear personal value for setting |
clearInstallationValue | Clear installation value for setting |
hasTemporaryValue | Determine whether setting has temporary value set |
hasPersonalValue | Determine whether setting has personal value set |
hasInstallationValue | Determine whether setting has installation value set |
hasFactoryValue | Determine whether setting has factory value set |
Examples
Version History
Introduced in R2018a