LININT returns a linear interpolated value in two or more dimensions

Syntax

  1. LININT(Pno%, Ndim%, "ColLab$_1",.., "ColLab$_Ndim%", Xint_1,..,Xint_Ndim%-1, [Xtrap%=0,1])
  2. LININT(0, Npoints%, x_1, y_1, x_2, y_2,..., x_n, y_n, xint, [Xtrap%=0,1])
  3. LININT(@ObjFn(..), Ndim%, @ObjColPar_1,.., @ObjColPar_Ndim%, Xint_1,..,Xint_Ndim%-1, [Xtrap%=0,1])
  4. LININT(Telitab$, Ndim%, "ColLab$_1",.., "ColLab$_Ndim%", Xint_1,..,Xint_Ndim%-1, [Xtrap%=0,1])

Arguments

Remarks

  1. See also Telitab access for a generic description on the use of TeLiTab data.
  2. Similar to other Data analysis functions, the LININT is a convenient way to evaluate data. Please also look at these functions for syntax examples 
  3. Please realise the dataset provided to LININT should be a function. Every x-value should have one y-value. When you do not have a valid dataset, please look at GAUSSINT() or LEASQ()

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview