Main Content
removeParameterConstraint
Class: Simulink.Mask
Namespace: Simulink
Delete a mask parameter constraint
Syntax
maskObj.removeParameterConstraint(paramConstraint)
Description
deletes the specified mask parameter constraint.maskObj
.removeParameterConstraint(paramConstraint
)
Input Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Remove mask constraint with name 'const1'. maskObj.removeParameterConstraint('const1')
Version History
Introduced in R2018a