PIVMat Function Reference | << Prev | Next >> |
A = readsetfile(FILENAME) returns a structure containing the attributes
of the .SET or .EXP file FILENAME.
VAL = readsetfile(FILENAME, ATTRNAME) returns only the value of the
specified attribute ATTRNAME. ATTRNAME is not case sensitive, and '_'
are ignored.
Example
bufstr = readsetfile('myexp.set','SetBuffers');
See Also
getattribute, loadset.
Previous: rdir | Next: renamefile |