이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
비선형성
R2026a정의된 점들 사이에서 보간을 수행하는 입력-출력 매핑을 통해 룩업 테이블을 사용하여 비선형성 모델링
실제 과학 문제와 엔지니어링 문제를 풀 때 비선형성을 모델링해야 하는 경우가 종종 있습니다. 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 | ||
| 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 and Visualize Lookup Table Data
View, add, delete, or update lookup table data. - Enter Breakpoints and Table Data
Specify breakpoint vectors and table data for a lookup table. - Import Data to Lookup Table
Import table and breakpoint data from MATLAB® workspace and Excel® spreadsheets. - readtable을 사용하여 Excel에서 룩업 테이블 데이터 가져오기
readtable함수를 사용하여 데이터를 룩업 테이블로 가져옵니다. - Visualize Lookup Table Data Using Lookup Table Control
Visualize lookup table data. - Configure Lookup Table Block for Logarithmic Operation
Configure an n-D Lookup Table block for logarithmic operation with the common logarithmic base (base 10). - Optimize Generated Code for Lookup Table Blocks
Optimize code for Lookup Table blocks. - Use Row-Major Algorithms for Lookup Table Blocks
Use row-major algorithms for C/C++ code generation from models containing Lookup Table blocks. - Optimize Lookup Tables for Memory-Efficiency (Fixed-Point Designer)
Optimize Lookup Tables using the Lookup Table Optimizer.
룩업 테이블 정보
- Lookup Table 블록 소개
Lookup Table 블록은 데이터 배열을 사용해 입력값을 출력값에 매핑하여 수학 함수를 근사합니다. - 룩업 테이블의 구조
절점과 테이블 데이터가 룩업 테이블의 성분입니다. - Specify Breakpoint and Table Data with Variable Size and Symbolic Dimensions
Specify breakpoint and table data that changes size during model simulation or represented by symbolic dimensions. - Choose Lookup Table Blocks Based on Input, Breakpoint and Output Data
Select the Lookup Table block best suited for your application. - Common Uses of Prelookup and Interpolation Using Prelookup Blocks
Common use cases of the Prelookup and Interpolation Using Prelookup blocks. - Choose Numerical Methods to Approximate 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.




