Syntax
PARA00 arg1 arg2
Description
The interpolation is parabolic up to the next table entry. Between the two abscissa values there are 2 parabolas which meet in the middle. The first parabola starts with a horizontal tangent and the second parabola ends with a horizontal tangent.
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
PARA00 "30" "3.7"
LINE "42.5" "5.2"
The table has the following constraints: y(30) = 3.7, y'(30) = 0, y(42.5) = 5.2, y'(42.5) = 0.
|
(C) ALLPLAN GmbH |
Privacy policy |