loadpivtxt.m | Back to Contents | << Prev | Next >> |
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 given in 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).
Example:
v=loadpivtxt('B00001.txt');
F. Moisy
Revision: 1.20, Date: 2005/10/21
See Also
loadvec.
Previous: loadarrayvec | Next: loadset |