Пакет: Advisor.authoring
Суперклассы:
Создайте ограничение Model Advisor, чтобы проверить неподдерживаемые блоки
Образцы Advisor.authoring.NegativeBlockTypeConstraint
класс задает блоки, которые модель не должна содержать.
constraint = Advisor.authoring.NegativeBlockTypeConstraint
создает образец этого класса.
Эти команды задают, что модель не может содержать Rate Transition и Integrator блоки и блоки Constant с заданной маской:
c1=Advisor.authoring.NegativeBlockTypeConstraint; c1.ID='ID_1'; s1=struct('BlockType','Integrator','MaskType',''); s2=struct('BlockType','RateTransition','MaskType',''); s3=struct('BlockType','Constant','MaskType','Stateflow'); c1.UnsupportedBlockTypes={s1;s2;};
CompositeConstraint
| NegativeBlockParameterConstraint
| NegativeModelParameterConstraint
| PositiveBlockParameterConstraint
| PositiveBlockTypeConstraint
| PositiveModelParameterConstraint