Smoothing Data With a Median Smoother

medsmooth(vy, n) Returns a smoothed vector by replacing each value in vy with the median of the n points centered on that value. The window width, n, is contracted near the ends of the vector.

Arguments:

Notes:

QuickSheet

Related Topics