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