Main Content

이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.

Simulink.ModelTransform.CommonSourceInterpolation.RefactorResults 클래스

네임스페이스: Simulink.ModelTransform.CommonSourceInterpolation

리팩터링된 모델 결과

R2021b 이후

설명

Model Transformer가 사전 조회를 사용하여 중복 보간 블록을 제거한 후 리팩터링된 모델의 결과를 보려면 Simulink.ModelTransform.CommonSourceInterpolation.RefactorResults 클래스의 개체를 사용하십시오.

생성

설명

Simulink.ModelTransform.CommonSourceInterpolation.refactorModel 함수는 Simulink.ModelTransform.CommonSourceInterpolation.RefactorResults 클래스의 객체를 생성합니다.

속성

모두 확장

리팩토링된 모델의 이름으로, 문자 배열로 지정됩니다.

리팩터링된 모델이 저장되는 디렉터리의 이름으로, 문자 배열로 지정됩니다.

리팩터링된 모델의 블록 목록으로, 컨테이너 맵으로 지정됩니다.

예제

모두 축소

이 예에서는 리팩토링된 모델 작업의 결과를 분석하고 해당 정보를 refactorResults라는 변수에 저장하는 방법을 보여줍니다.

  • refactorResults = Simulink.ModelTransform.CommonSourceInterpolation.RefactorResults(transformResults)
    
    refactorResults =
    
      RefactorResults with properties:
    
               ModelName: 'ex_interpolation_optimize'
          ModelDirectory: ''
        TraceabilityInfo: [4×1 containers.Map]
    

버전 내역

R2021b에 개발됨