RDRAW
Name
rdraw
Purpose
Read and return a two dimensional byte array from a raw animation file.
Category
File I/o
Calling Sequence
vec=rdraw('myfile.dat',640,480)
Inputs
filename = string containing the name of the file to read.
ncols = number of columns in image
nrows = number of rows in image
Outputs
returns the vector
Revision History
Written by Marc Buie on 4/24/91
Comments