이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
비선형성
룩업 테이블로 비선형성 모델링, 입력값을 출력값에 매핑하여 수학 함수 근사
비선형성 모델링에 익숙하지 않은 경우 먼저 Lookup Table 블록을 사용해 보십시오. 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 |
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 | 룩업 테이블과 절점 데이터 저장 및 공유, ASAP2 및 AUTOSAR 코드 생성을 위한 데이터 구성 |
Simulink.Breakpoint | Store and share data for a breakpoint set, configure the data for ASAP2 and AUTOSAR code generation |
Simulink.lookuptable.Evenspacing | Configure even spacing set data 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 the generated code |
함수
lookupTableEditor | 룩업 테이블 편집기 시작 (R2022a 이후) |
도움말 항목
룩업 테이블 정보
- 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.
룩업 테이블 사용하기
- Use the Lookup Table Editor
Use the Lookup Table Editor to manage the lookup tables in your environment. - 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. - Visualize Data Through Plots
Use the Lookup Table Editor plots to visualize data in the spreadsheet. - Copy and Paste Lookup Table Data from Excel
Import data into a lookup table using copy and paste. - Generate Report of Lookup Table
Generate a report of one or more lookup tables in a model. - 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 generated code for lookup table blocks. - Row-Major Algorithm in Existing Models Containing Lookup Table Blocks
Update existing models to use row-major layout.
이전 릴리스의 룩업 테이블 업데이트하기
- Update Lookup Table Blocks to New Versions
Update existing models to use current versions of lookup table blocks.