RDAT2U
Name
rdat2u
Purpose
Read and return a two dimensional two byte unsigned integer vector.
Description
The file should contain at least nrows x ncols points.
Category
File I/o
Calling Sequence
vec=rdat2u(300,100,'myfile.dat')
Inputs
nrows = number of values to read from the file.
ncols = number of columns to read from the file.
filename = string containing the name of the file to read.
Outputs
returns the array
Revision History
Written by Marc Buie on 6/3/91
Comments
A bit of a kludge.