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. 
 
SET and EXP files are used by DaVis to store various experiment 
parameters. 
 
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. 
Published output in the Help browser 
   showdemo readsetfile 
 

 Previous: rdirNext: readvec 

2005-2021 PIVMat Toolbox 4.20