- https://www.mathworks.com/matlabcentral/answers/298043-how-to-create-a-2d-lookup-table-in-matlab
- https://www.mathworks.com/matlabcentral/answers/340073-create-lookup-table-in-matlab
How to creat a( 2D or 3D )LookUp table (LUT) at m_file .
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
what is the function should i use to creat it at m file.
0 comentarios
Respuestas (1)
Akash
el 9 de Jul. de 2024
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:-
0 comentarios
Ver también
Categorías
Más información sobre Interpolation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!