Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Can I interpolate among the inputs based on the output of a matrix?

1 view (last 30 days)
In n-D lookup tables in Simulink, when I have for example, a matrix with A,B & C as inputs, I can get interpolated/extrapolated values of D as output. But I was wondering if it is possible to give a value for D as input while integers from A & B are also inputs and find the C value as output? Apparently I cannot simply change the place of C & D in the lookup table since I will get dimensional error. In my example the size of matrices A, B, and C are m, n & p respectively so the size of D is m x n x p.
Thanks in advance for any suggestion.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!