Lookup table
Jackie_21583
Altair Community Member
I just want to create a lookup table by using values in variable browser. However, when I use the variable as the input parameter, which is a 1xn matrix , there is an error shows up 'Input parameter must be a vector'.
Could anyone help me to figure this out? thanks so much.
Tagged:
0
Answers
-
Hi Jackie,
Two things are necessary to be changed:
- A instead of 'A'
- Definition of A in Model context or Diagram Home context
- or -
GetFromBase('A') instead of A
Regards
0 - A instead of 'A'
-
Thanks so much for your help!
0