next up previous
Next: Other Functions Up: Reference Manual of mpiv Previous: vector_interp_kriging_local.m

mpiv_smooth.m

mpiv_smooth.m is a post-processing function of mpiv and is an external function (.m file) in MATLAB with the format as following:

function [ uo ]=mpiv_smooth( ui )
The input and output variables are:
ui             : Input vectors estimated from mpiv.m
uo             : Output smoothed vectors
This function is optional.




2006-12-08