Syntax
LINE arg1 arg2
Description
The interpolation is linear up to the next table entry.
Arguments
Minimum quantity: 2
arg1
Value |
Dimension |
Meaning |
x |
DOUBLE |
Abscissa value. A table describes a functional relation. The abscissa values are to be given in ascending order. |
xexpr |
TEXT |
Abscissa value as mathematical expression |
arg2
Value |
Dimension |
Meaning |
y |
DOUBLE |
Ordinate value. A table describes a functional relation. |
yexpr |
TEXT |
Ordinate value as mathematical expression |
Scopes
CALC/CURVE
Examples
LINE 1.0 "ln(\$_x_)"
LINE 3.0 5.0
The table has a linear progression between x = 1 and x = 3. The function values vary linearly between y = 0 and y = 5.
|
(C) ALLPLAN GmbH |
Privacy policy |