Main Content

모델 특성

계수, 레이블, 단위와 같은 모델 특성 지정 및 쿼리

모델 속성은 동적 시스템 모델에 대한 모든 정보를 저장하는 데이터 필드입니다. 모델 속성에 저장되는 데이터에는 전달 함수 계수, 상태공간 행렬, 시간 지연과 같은 모델 동특성이 포함됩니다. 이러한 속성에 액세스하여 모델 동특성에 대한 데이터를 추출하거나 변경할 수 있습니다. 입력 이름, 출력 이름 또는 단위와 같은 모델에 대한 메타데이터를 지정할 수도 있습니다.

함수

모두 확장

getAccess model property values
setSet or modify model properties
tfdata전달 함수 데이터에 액세스
zpkdataAccess zero-pole-gain data
ssdata상태공간 모델 데이터에 액세스
frdataAccess data for frequency response data (FRD) object
piddataAccess coefficients of parallel-form PID controller
pidstddataAccess coefficients of standard-form PID controller
piddata2Access coefficients of parallel-form 2-DOF PID controller
pidstddata2Access coefficients of standard-form 2-DOF PID controller
dssdataExtract descriptor state-space data
chgFreqUnitChange frequency units of frequency-response data model
chgTimeUnitChange time units of dynamic system
isctDetermine if dynamic system model is in continuous time
isdtDetermine if dynamic system model is in discrete time
isemptyDetermine whether dynamic system model is empty
isfiniteDetermine if model has finite coefficients
isParametricDetermine if model has tunable parameters
isproperDetermine if dynamic system model is proper
isrealDetermine if model has real-valued coefficients
issiso동적 시스템 모델이 SISO(단일 입력 단일 출력) 모델인지 확인
isstable동적 시스템 모델이 안정적인지 확인
isstaticDetermine if model is static or dynamic
order모델 차수 쿼리
ndims동적 시스템 모델 또는 모델 배열의 차원 수에 대한 쿼리
sizeQuery output/input/array dimensions of input–output model and number of frequencies of FRD model
findopCompute operating condition from specifications (R2023b 이후)
frdfunApply a function to the frequency response value at each frequency of an frd model object (R2020a 이후)

도움말 항목