|
|
| Vector | |
в палитре |
на схеме |
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 >
Входные порты
- arg1 - port for the first input argument;
- arg2 - port for the second input argument.
Выходные порты
- output - interpolated value of the function of two input arguments.
Свойства
- Name of the file with the table – the relative path to the table file;
- Interpolation method - selection of the table interpolation method.
Example of a table-file to upload
1 2 3
1 0.1 0.2 0.3
2 0.6 0.8 0.9