모델 배열
파라미터 연구 등을 위해 모델의 모음 생성
모델 배열을 사용하면 하나의 MATLAB® 배열에 저장된 여러 선형 모델의 모음을 분석할 수 있습니다.
함수
도움말 항목
모델 배열 기본 사항
- Model Arrays
Store multiple dynamic system objects in a single MATLAB array for multiple-model design and analysis. - Model Array with Single Parameter Variation
Use thestack
command to create a 1-D array of transfer functions with a parameter that varies from model to model. - Model Array with Variations in Two Parameters
Create an array of models over a grid of parameter values, and use theSamplingGrid
property to keep track of parameter values across the array. - Study Parameter Variation by Sampling Tunable Model
Sample a parametric model of a second-order filter across a grid of parameter values usingsampleBlock
. - Select Models from Array
Select individual models or sets of models from a model array using array indexing. - Query Array Size and Characteristics
Query array attributes such as the array dimensions, and query characteristics of the models in the array, such as I/O dimensions and stability.
LPV 시스템
- Using LTI Arrays for Simulating Multi-Mode Dynamics
This example shows how to construct a Linear Parameter Varying (LPV) representation of a system that exhibits multi-mode dynamics.