Класс: Simulink.Mask
Пакет: Simulink
Удаление всех ограничений параметров маски
maskObj.removeAllParameterConstraints()
удаляет все ограничения параметров из маски.maskObj.removeAllParameterConstraints()
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Remove all constraints from the mask. maskObj.removeAllParameterConstraints()