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