ZBF2MAT
Converts a ZBF file to a Matlab MAT file.
Syntax
ZBF2MAT zbffilename, matfilename, surfacerange, integer1, integer2
Discussion
The first two arguments are strings giving the full name including path and extension of the ZBF file to be converted and the MAT file to be created, respectively. The surfacerange argument is an integer flag indicating whether a ZBF file at an individual surface is to be converted or a range of ZBF files, one for a given surface, are to be converted. If this flag is set to zero then integer1 and integer2 can be ignored. If surfacerange is non-zero integer1 is the starting surface to be converted and integer2 is the final surface to be converted. Note that there are restrictions on the ZBF file name as described in "MAT File Generator".
Note: This command only supports *.ZBF file format. It
does not support *.ZBF2 file format.