V = loadpivtxt(FILENAME) loads a vector field FILENAME saved in text
format from DaVis into the structure V.
The fields of the structure V are the same as for loadvec, except the
field V.Attributes, which contains the first line of the text file
FILENAME.
Using loadvec to load vector fields in TXT mode allows for wildcards
and brackets (filename expansion).
Note: Using VEC/VC7 files instead of TXT files is strongly encouraged.
If you prefer platform-independant file formats, you may convert your
original DaVis files into Mat-files using vec2mat.
Example
v=loadpivtxt('B00001.txt');
See Also
loadvec, vec2mat.