Main Content

matlab.accessibility Settings

Accessibility settings, including screen reader settings

Since R2026a

You can customize screen reader announcements using the matlab.accessibility settings. Access matlab.accessibility settings using the root SettingsGroup object returned by the settings function. For example, set the temporary value for announcing action completions to 0 (where the default is 1) to disable announcing action completions.

s = settings;
s.matlab.accessibility.screenreader.AnnounceActionCompletion.TemporaryValue = 0

For more information about settings, see Access and Modify Settings Programmatically.

matlab.accessibility

Announce action completions, specified as a 1 or 0.

Set to 1 to announce keyboard shortcut actions such as copy and paste actions.

Example: s.matlab.accessibility.AnnounceActionCompletion.TemporaryValue = 0

Version History

Introduced in R2026a