RDAT2R
Name
rdat2r
Purpose
Read and return a two dimensional single precision floating point vector.
Description
The file should contain at least nrows x ncols points.
Category
File I/o
Calling Sequence
vec=rdat2r(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 5/2/91
Comments
A bit of a kludge.