home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / help / readm < prev    next >
Encoding:
Text File  |  1994-09-28  |  1.7 KB  |  16 lines  |  [TEXT/RLAB]

  1. her programs. In many
  2.     cases a simple awk script will filter the other programs
  3.     output into one or more columns of data. readm() will read the
  4.     data into the matrix, then the matrix can be reshaped if
  5.     necessary.
  6.  
  7.     Readm has no idea how many rows are in the matrix it is
  8.     reading. This is because readm can work with pipes and process
  9.     output where it gets the matrix as a stream. Readm uses a
  10.     heuristic to guess how many rows of the matrix to allocate at
  11.     one time. A second, optional argument, ROW_SIZE can be
  12.     specified if the heuristic does not yield the performance you
  13.     desire. The heuristic is purposely memory conservative.
  14.  
  15. See Also: reshape, getline, open, read, readb, write, writeb, writem
  16.