Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

EVALUATE# returns a TeLiTab containing a subset (derived) of two Telitab sets normalised on the axis distribution of first Telitab

Syntax

EVALUATE#(Mode%, Telitab1$, Telitab2$, InpVar1$[:Label1$], ..., InpVarn$[:Labeln$])

Arguments

  • Mode% controls Mode% controls the interpolation method by which to normalise data from Telitab2$ according to the distribution ofInpVar1$ in Telitab1$
  1. Mode% Mode% = 1 -> discrete interpolation
  2. Mode% Mode% = 2 -> linear interpolation
  3. Mode% Mode% = 3 -> double quadratic interpolation
  4. Mode% Mode% = 4 -> spline interpolation
  5. Mode% Mode% = 5 -> least square approximation

...