PIVMat Function Reference<< Prev | Next >> 
loadarrayvec
Load a 2D array of vector fields

Description
V = loadarrayvec(DIR,FILE) loads the vector fields matching FILE from 
the directories matching DIR into a structure array V(I,J) of vector 
fields, where the index I scans the directories and the index J scans 
the files. Each element V(I,J) is a single vector field (see loadvec 
for the vector field description). Wildcards (*) and brackets ([]) may 
be used in DIR and FILE (see expandstr). All the file formats supported 
by loadvec are also supported by loadarrayvec. 
 
Examples
 
  v = loadarrayvec('dir*','*.vec'); 
  showvec(v(1,:));  % displays the files from the first directory. 
  showvec(v(:,1));  % displays the first file from each directory. 
 
  v = loadarrayvec('dir*','set.mat'); 
 
See Also
loadvec, loadset, BATCHVEC. 

 Previous: jpdfscal_dispNext: loadpivtxt 

2005-2009 PIVMat Toolbox 1.90