How to retrieve the row value using the column value and row-column intercept value when using 2D look up tables?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/354380/image.jpeg)
I am trying to get the values of y(Column input) and row column intercept value as inputs to the 2D look up table and get the value of x(Row input) as the output of the 2D look up table block.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/354383/image.jpeg)
The above graph is plotted from the values of the lookup table. I am trying to get the value of X at the ouput with the values of Y and Z as inputs.
0 comentarios
Respuestas (1)
Deepak Gupta
el 1 de Sept. de 2020
Editada: Deepak Gupta
el 1 de Sept. de 2020
I think this might work.
x_found = t.x((t.y==39)&(t.z==3.2))
Ver también
Categorías
Más información sobre Annotations 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!