readplainmat¶
READPLAINMAT - read a simple binary matrix from disk
MAT = READPLAINMAT(FID)
Reads a basic matrix written by WRITEPLAINMAT.
See WRITEPLAINMAT for details of the file format.
FID should be an open FID (see FOPEN).
For example, see WRITEPLAINMAT.