Two-dimensional table from a file
![]() |
![]() |
| Vector | |
| in the palette | on the schematic |
The block performs two-dimensional interpolation of input arguments according to a given table. The first input of the block is the value of the argument by the table rows. The second input of the block is the value of the argument by the columns of the table. The format of the table is as follows:
< values of the argument by the columns >
<argument by row 1> < function values >
<argument by row 2> < function values >
…
<argument by row N> < function values > Inputs
- arg1 - port for the first input argument;
- arg2 - port for the second input argument.
Outputs
- output - interpolated value of the function of two input arguments.
Properties
- Name of the file with the table – the relative path to the table file;
- Interpolation method - selection of the table interpolation method.
Parameters
none
Example of a table-file to upload
1 2 3
1 0.1 0.2 0.3
2 0.6 0.8 0.9

