Main Content

동작점

사양(트리밍) 또는 시뮬레이션 시간에서 모델 동작점을 찾고, 동작점에서 모델 초기화

동적 시스템의 동작점은 특정 시간에서의 모델의 초기 상태와 루트 수준 입력 신호를 지정합니다. 명령줄 툴, 정상 상태 관리자를 사용하여 동작점을 찾을 수 있으며, 모델 선형기를 사용하여 모델을 선형화할 때 동작점을 찾을 수 있습니다. 동작점에 대한 자세한 내용은 About Operating Points 항목과 Compute Steady-State Operating Points 항목을 참조하십시오.

정상 상태 관리자Simulink 모델의 동작점 찾기
모델 선형기Simulink 모델 선형화

함수

모두 확장

operpointCreate operating point for Simulink model
findopSteady-state operating point from specifications (trimming) or simulation
findopOptionsSet options for finding operating points from specifications
operspecOperating point specifications
initopspecInitialize operating point specification values
addoutputspec동작점 사양에 출력 사양 추가
getStateIndexGet index of a state element of an operating point specification
getInputIndexGet index of an input element of an operating point specification
getOutputIndexGet index of an output element of an operating point specification
updateUpdate operating point object with structural changes in model
getinputstructObtain input values from operating point
getstatestructObtain state values from operating point
fastRestartForLinearAnalysisFast restart for linear analysis (R2019a 이후)

블록

Trigger-Based Operating Point Snapshot트리거된 이벤트에서 동작점 생성하기
Change Operating PointsSwitch between operating points during simulation (R2023b 이후)

도움말 항목

정상 상태 동작점

  • About Operating Points
    An operating point of a dynamic system defines the states and root-level input signals of the model at a specific time.
  • Compute Steady-State Operating Points
    To obtain a steady-state operating point, you can trim your model using numerical optimization techniques or simulate your model until it reaches a steady-state condition.
  • Handle Blocks with Internal State Representation
    The operating point object used for linearization and control design does not include Simulink® blocks with internal state representation, such as Memory and Transport Delay blocks.
  • View and Modify Operating Points
    You can view and modify operating point values programmatically at the command line or interactively using the Steady State Manager or Model Linearizer.

동작점 찾기

Simulink 모델 동기화

사용자 지정 트리밍

배치 계산

코드 생성