Return to Statement


Create Spline Using a Fitting Method Example

Statement that creates a least squares spline using 100 points, with weights specified.

   BCURVE/FIT,P(1..100),WGHT,W(1..100),TOLER,0.05. $
STATUS,NUM
.
.
.
HALT