Block Format Keyword
/TABLE - Tables
Description
Defines a table, using up to four entries.
Format
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
/TABLE/type/table_ID |
|||||||||
table_title |
|||||||||
dimension |
n1 |
n2 |
n3 |
n4 |
|
|
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
X1 |
X2 |
. . . |
|
|
|
|
|||
. . . |
|
|
|
|
|
|
|||
|
. . . |
XN1 |
|
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
Y1 |
Y2 |
|
|
|
|
|
|
||
. . . |
|
|
|
|
|
|
|
||
|
. . . |
YN2 |
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
Z1 |
Z2 |
|
|
|
|
|
|
||
. . . |
|
|
|
|
|
|
|
||
|
. . . |
ZN3 |
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
W1 |
W2 |
|
|
|
|
|
|
||
. . . |
|
|
|
|
|
|
|
||
|
. . . |
WN4 |
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
T1 |
T2 |
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
TN1 * N2 * . . . * Ndimension |
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
X1 |
T1 |
|
|
|
|
|
|
||
. . . |
. . . |
|
|
|
|
|
|
||
Xn |
Tn |
|
|
|
|
|
|
(1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
(9) |
(10) |
fct_ID1 |
|
X1 |
Z1 |
W1 |
Scale_y1 |
||||
. . . |
|
. . . |
. . . |
. . . |
. . . |
||||
fct_IDn |
|
Xn |
Zn |
Wn |
Scale_yn |
|
As an example, let a 4 dimension table and let the four entries be denoted X, Y, Z, and W: the values of the table must be given in the following order: T( X1, Y1, Z1, and W1), T( X2, Y1, 1, and W1), … T( XN1, Y1, Z1, and W1), T( X1, Y2, Z1, and W1), … T( XN1, Y2, Z1, and W1),…, T( X1, YN2, Z1, and W1), T( XN1, YN2, Z1, and W1), T( X1, Y1, Z2, and W1), …, T( XN1, Y1, Z2, and W1), …, T( X1, YN2, Z2, and W1), T( XN1, YN2, Z2, and W11), … T( X1, Y1, ZN3, and W1), …, T( XN1, Y1, ZN3, and W1), …, T( X1, YN2, ZN3, and W1), T( XN1, YN2, ZN3, and W1),… T( X1, Y1, Z1, and W2), …, T( XN1, YN2, ZN3, and W2), …, T( X1, Y1, Z1, and WN4), …, T( XN1, YN2, ZN3, and WN4),
The abscissa of associated functions is considered as the first entry. Next the input entries Y, Z and W are considered as second, third and fourth entries.
Each function may have unique spacing and arbitrary number of points in their definition.
|