interp

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
interp

Create an interpolated copy of the vector x.

Usage: interp(x, n, type, mv)
Parameters:
n the length of the interpolated vector.
type the type of interpolation to perform. Currently only linear interpolation is supported (type = 0).
mv the value to use for 'missing values'. If mv is given, then interpolation is stopped when x[i] = mv. This means that the sections without missing values are individually interpolated.


| |}

Navigation menu

Personal tools