Set an installation value for the maximum column width for comments
in MATLAB®. (Note that this example assumes that installation settings are writable by
the user.) Use hasInstallationValue to verify that the installation
value is set.
s = settings;
s.matlab.editor.language.matlab.comments.MaxWidth.InstallationValue = 80;
hasInstallationValue(s.matlab.editor.language.matlab.comments.MaxWidth)