PIVMat Function Reference<< Prev | Next >> 
convert3dto2df
Convert 3D vector fields to 2D vector fields

Description
V2 = convert3dto2df(V3) converts 3-components vector fields V3 (e.g., 
from stereo-PIV) to  2-components vector fields V2. This simply removes 
from V3 the variable vz and the all associated info (units, names...) 
 
Example
 
   v = loadvec('*.vc7'); 
   showf(convert3dto2df(v),'norm'); 
 
See Also
loadvec, showf 
Published output in the Help browser 
   showdemo convert3dto2df 
 

 Previous: checkupdate_pivmatNext: corrf 

2005-2021 PIVMat Toolbox 4.20