PIVMat Function Reference<< Prev | Next >> 
readsetfile
Read the variables of a .SET or .EXP file

Description
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: rdirNext: renamefile 

2005-2009 PIVMat Toolbox 1.90