필터 지우기
필터 지우기

How to creat a( 2D or 3D )LookUp table (LUT) at m_file .

조회 수: 6 (최근 30일)
Omar Alngar
Omar Alngar 2016년 6월 20일
답변: Akash 2024년 7월 9일 6:15
what is the function should i use to creat it at m file.

답변 (1개)

Akash
Akash 2024년 7월 9일 6:15
Hi Omar,
You can create a 2D or 3D Lookup Table (LUT) in MATLAB by using the 'interpn' function, which returns interpolated values of a function of 'n' variables at specific query points using linear interpolation. You can utilize the below provided MATLAB Answers posts that address the same topic:-
You can find more information on the 'interpn' function in the MATLAB documentation provided below:-

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by