Validate that setting value is a numeric scalar
matlab.settings.mustBeNumericScalar(
issues an error if settingvalue
)settingvalue
is not a numeric scalar. This
function does not return a value.
This function ignores input arguments that are empty values. Therefore, no error is thrown when the setting value is empty.
matlab.settings.mustBeIntegerScalar
| matlab.settings.mustBeLogicalScalar
| matlab.settings.mustBeStringScalar