Info
此问题已关闭。 请重新打开它进行编辑或回答。
What is lookuptable equivalent when the break points are also matrices?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have three matrices let's say A,B,C each of order mxn. I want to find corresponding value in C if inputs are A and B.
For example:
inputs: A(1,1), B(1,1)
Output: C(1,1)
No only this, I should also be able to find corresponding interpolated value in C if A and B inputs are interpolated values within their respective matrices.
2d lookup table is an option, but the problem is my breakpoints are matrices.
Thank you.
5 个评论
Stephen23
2019-4-27
"... if A and B inputs are interpolated values within their respective matrices"
Are the inputs values or indices?
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!