Lookup Tables
Lookup Table 블록(예: Cosine 및 Sine)
Lookup Tables 라이브러리의 블록을 사용하여 비선형성을 모델링합니다. Lookup Table 블록은 데이터 배열을 사용해 입력값을 출력값에 매핑하여 수학 함수를 근사합니다. N개 변수에서 함수를 근사하려면 n-D Lookup Table 블록을 사용하십시오.
사용자 환경에서 룩업 테이블을 관리하려면 룩업 테이블 편집기를 사용해 보십시오. How to Use the Lookup Table Editor(5분 9초)를 참조하십시오.
블록
| 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 | 
| Prelookup | Compute index and fraction for Interpolation Using Prelookup block | 
| Sine | Implement fixed-point sine or cosine wave using lookup table approach that exploits quarter wave symmetry | 
| n-D Lookup Table | Approximate n-dimensional function | 
툴
| 룩업 테이블 편집기 | 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.
룩업 테이블 정보
- 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.

