비선형성
정의된 점들 사이에서 보간을 수행하는 입력-출력 매핑을 통해 룩업 테이블을 사용하여 비선형성 모델링
실제 과학 문제와 엔지니어링 문제를 풀 때 비선형성을 모델링해야 하는 경우가 종종 있습니다. Simulink®는 비선형성을 효율적으로 모델링하는 데 사용할 수 있는 Lookup Table 블록, 객체, 툴을 포괄적으로 제공합니다. 룩업 테이블은 시스템의 입력값을 해당 출력값에 매핑하고 매핑된 데이터를 테이블에 저장합니다. 실시간 계산 동안 룩업 테이블은 저장된 데이터를 사용하여 시스템의 서로 다른 입력값에 대응되는 출력값을 찾습니다.
Lookup Table 블록, 객체, 툴을 사용하여 다음을 수행할 수 있습니다.
룩업 테이블을 통해 수학 함수 또는 실험 데이터를 근사함으로써 상태가 없는(stateless) 비선형 시스템을 모델링합니다.
모델 기반 설계 워크플로 내에서 룩업 테이블을 시뮬레이션, 분석 및 조정합니다.
메모리 사용량, 실행 성능 및 수치적 정확도 간의 균형을 맞추기 위해 룩업 테이블을 최적화합니다.
산업 표준 인터페이스를 갖춘 지원되는 타깃 언어에 대해 프로덕션 수준의 코드를 생성합니다.

블록
| 1-D Lookup Table | Approximate one-dimensional function |
| 2-D Lookup Table | Approximate two-dimensional function |
| Direct Lookup Table (n-D) | Index into n-dimensional table to retrieve element, vector, or 2-D matrix |
| Interpolation Using Prelookup | Use precalculated index and fraction values to accelerate approximation of N-dimensional function |
| Lookup Table Dynamic | Approximate a one-dimensional function using dynamic table |
| n-D Lookup Table | Approximate n-dimensional function |
| Prelookup | Compute index and fraction for Interpolation Using Prelookup block |
| Sine, Cosine | Implement fixed-point sine or cosine wave using lookup table approach that exploits quarter wave symmetry |
객체
Simulink.LookupTable | Store and share lookup table and breakpoint data, and configure data for ASAP2 and AUTOSAR code generation |
Simulink.Breakpoint | Store and share data for breakpoint set, and configure the data for ASAP2 and AUTOSAR code generation |
Simulink.lookuptable.Evenspacing | Configure evenly spaced breakpoint set for lookup table object |
Simulink.lookuptable.Table | Configure table data for lookup table object |
Simulink.lookuptable.Breakpoint | Configure breakpoint set data for lookup table object |
Simulink.lookuptable.StructTypeInfo | Configure settings for structure type that lookup table object uses in generated code |
툴
| 룩업 테이블 편집기 | Create, edit, and manage lookup tables in models (R2022a 이후) |
도움말 항목
룩업 테이블 사용하기
- Edit Lookup Table Data with Lookup Table Spreadsheet
Work with lookup table objects with a lookup table spreadsheet. - Enter Breakpoints and Table Data
Specify breakpoint vectors and table data for lookup table blocks. - Import Lookup Table Data from MATLAB
You can import table and breakpoint data from variables in the MATLAB workspace by referencing them in the Table and Breakpoints tab of the dialog box. - readtable을 사용하여 Excel에서 룩업 테이블 데이터 가져오기
readtable함수를 사용하여 데이터를 룩업 테이블로 가져옵니다. - Visualize Lookup Tables Visualized Through Lookup Table Control
Work with custom lookup tables from the Lookup Table Control. - Register Custom Lookup Table Blocks
You can use the Lookup Table Editor to register custom lookup table blocks that you have created. - Create a Logarithm Lookup Table
Work with lookup table blocks. - Optimize Generated Code for Lookup Table Blocks
Optimize code for lookup table blocks. - Row-Major Algorithm in Existing Models Containing Lookup Table Blocks
Update existing models to use row-major layout. - Optimize Lookup Tables for Memory-Efficiency (Fixed-Point Designer)
Optimize Lookup Tables using the Lookup Table Optimizer.
룩업 테이블 정보
- Lookup Table 블록 소개
Lookup Table 블록은 데이터 배열을 사용해 입력값을 출력값에 매핑하여 수학 함수를 근사합니다. - 룩업 테이블의 구조
절점과 테이블 데이터가 룩업 테이블의 성분입니다. - Breakpoint and Table Size Features in Lookup Tables
Simulink lookup tables have multiple breakpoint and table size features. - Guidelines for Choosing a Lookup Table
Select the best lookup table for your application. - Prelookup and Interpolation Blocks
Use Prelookup and Interpolation Using Prelookup blocks together. - Characteristics of Lookup Table Data
Comply with lookup table data requirements and represent discontinuous data. - Methods for Approximating Function Values
Set the method by which lookup table blocks approximate function values.
이전 릴리스의 룩업 테이블 업데이트하기
- Update Lookup Table Blocks to New Versions
Update existing models to use current versions of lookup table blocks.




