이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.
Advisor.authoring.NegativeModelParameterConstraint 클래스
네임스페이스: Advisor.authoring
슈퍼클래스:
지원되지 않는 모델 매개변수 값을 확인하기 위해 Model Advisor 제약 조건을 생성합니다.
설명
Advisor.authoring.NegativeModelParameterConstraint
클래스의 인스턴스는 지정된 모델 매개변수에 대해 지원되지 않는 값을 정의합니다.
생성
constraint = Advisor.authoring.NegativeModelParameterConstraint
은 이 클래스의 인스턴스를 생성합니다.
속성
예제
지원되지 않는 모델 매개변수 값 지정
다음 명령은 MaxType 매개변수가 0 값을 지원하지 않도록 지정합니다.
c1=Advisor.authoring.NegativeModelParameterConstraint; c1.ID='ID_1'; c1.ParameterName='MaxStep'; c1.UnsupportedParameterValues={'0'};
버전 내역
R2018a에 개발됨