이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
모델 특성
모델 속성은 동적 시스템 모델에 대한 모든 정보를 저장하는 데이터 필드입니다. 모델 속성에 저장되는 데이터에는 전달 함수 계수, 상태공간 행렬, 시간 지연과 같은 모델 동특성이 포함됩니다. 이러한 속성에 액세스하여 모델 동특성에 대한 데이터를 추출하거나 변경할 수 있습니다. 입력 이름, 출력 이름 또는 단위와 같은 모델에 대한 메타데이터를 지정할 수도 있습니다.
함수
도움말 항목
- 모델 데이터 액세스 및 수정
이 예제에서는 LTI 객체에 있는 파라미터 값과 메타데이터에 액세스하거나 이를 편집하는 방법을 설명합니다.
- Store and Retrieve Model Data
Extract and change model properties such as model dynamics, sample time, and channel names.
- Extract Model Coefficients
Extract model coefficients such as transfer function numerator and denominator coefficients, state-space matrices, and PID gains.
- Attach Metadata to Models
Specify additional model properties such as time units, input and output names, and input and output groups.
- Query Model Characteristics
Query dynamic-system model characteristics such as stability, time domain, and number of inputs and outputs.
- Customize Model Display
Configure how transfer functions are displayed in the MATLAB® command window.