PIVMat Function Reference | << Prev | Next >> |
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: circmaskf | Next: corrf |