vec2mat(FILENAME) converts the VEC/VC7 files matching FILENAME into
MAT-Files. Wildcards (*) and brackets ([]) may be used (see
expandstr). The resulting MAT-Files can be reloaded using loadvec
(eg, V=loadvec('B00001.mat')), or directly using the Matlab's LOAD
function: LOAD('B00001.mat') creates the variable V in the workspace.
See loadvec for the definition of the structure V.
vec2mat, without input argument, converts all the VEC/VC7 files of the
current directory into MAT files.
Converting VEC/VC7 files into MAT files may be useful to process Davis
files from Matlab on plateforms other than Windows, which can not
directly handle VEC/VC7 files (but the conversion itself must be
carried out on a Windows plateform, since it uses loadvec and the
readimx DLL).
Example:
vec2mat('dir*/*.vec') converts all the vec files in the directories
matching 'dir*' into MAT-files. These files may be further loaded
using v=loadvec('dir*/*.mat').
F. Moisy
Revision: 1.00, Date: 2005/10/29.
See Also
loadvec, loadset, LOAD.