interp

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 18:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
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