Provide smooth 1D spline curve and interpolate input data
This blocks generates a 1D-curve object by approximating spline fitting.
Input data
The data has to be provided as 2- or 3-column array:
x1 | y1 | w1 |
x2 | y2 | w2 |
x3 | y3 | w3 |
...| ...| .. |
or
x1 | y1 |
x2 | y2 |
x3 | y3 |
...| ...|
The last column w[i] is the optional weight of the data points. If no weights are given, any data points are weighted equally.
Generated at 2024-11-22T19:25:38Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos