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');
C. Morize, L. Messio, F. Moisy
Revision: 1.10, Date: 2005/10/11.
See Also
loadvec, loadset, batchvec.