20 lines
481 B
Plaintext
20 lines
481 B
Plaintext
* table source
|
|
* number of columns (x)
|
|
8
|
|
* number of rows (y)
|
|
9
|
|
* x horizontal (column) address values (real numbers)
|
|
0 1 2 3 4 5 6 7
|
|
* y vertical (row) address values (real numbers)
|
|
0 1 2 3 4 5 6 7 8
|
|
* table with output data (horizontally addressed by x, vertically by y)
|
|
1 0.9 0.8 0.7 0.6 0.5 0.4 0.3
|
|
1 1 1 1 1 1 1 1
|
|
1 1.2 1.4 1.6 1.8 2 2.2 2.4
|
|
1 1.5 2 2.5 3 3.5 4 4.5
|
|
1 2 3 4 5 6 7 8
|
|
1 2.5 4 5.5 7 8.5 10 11.5
|
|
1 3 5 7 9 11 13 15
|
|
1 3.5 6 8.5 11 13.5 16 18.5
|
|
1 4 7 10 13 16 19 22
|