ZRD2MAT
Converts a ZRD file to a Matlab MAT file.
Syntax:
ZRD2MAT zrdfilename, matfilename, savesegment, integer1, integer2
Discussion:
The first two arguments are strings giving the full name including path and extension of the ZRD file to be converted and the MAT file to be created, respectively. The next argument, which is savesegment, is an integer flag indicating whether an individual segment in the ZRD file is to be converted or a range of rays. If this flag is set to zero then integer1 is the number of the first ray in the range to be converted and integer2 is the number of the last ray. If savesegment is non-zero then only one segment is converted; in this case integer1 is the ray number and integer2 is the segment number.
Next: