# doc-cache created by Octave 4.0.0
# name: cache
# type: cell
# rows: 3
# columns: 3
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
fload


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 223
 -- Loadable Function: VAR = fload (FID)
     Loads a single variable of any type from a binary stream, where it
     was previously saved with fsave.  Not suitable for data transfer
     between machines of different type.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Loads a single variable of any type from a binary stream, where it was
previousl



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 5
fsave


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 232
 -- Loadable Function: fsave (FID, VAR)
     Save a single variable to a binary stream, to be subsequently
     loaded with fload.  Returns true if successful.  Not suitable for
     data transfer between machines of different type.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Save a single variable to a binary stream, to be subsequently loaded
with fload.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
select


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 672
 -- Loadable Function: [N, RIDX, WIDX, EIDX] = select (READ_FIDS,
          WRITE_FIDS, EXCEPT_FIDS, TIMEOUT[, NFDS])
     Calls Unix 'select', see the respective manual.

     The following interface was chosen: READ_FIDS, WRITE_FIDS,
     EXCEPT_FIDS: vectors of stream-ids.  TIMEOUT: seconds, negative for
     infinite.  NFDS: optional, default is Unix' FD_SETSIZE (platform
     specific).  An error is returned if nfds or a filedescriptor
     belonging to a stream-id plus one exceeds FD_SETSIZE. Return values
     are: N: number of ready streams.  RIDX, WIDX, EIDX: index vectors
     of ready streams in READ_FIDS, WRITE_FIDS, and EXCEPT_FIDS,
     respectively.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 47
Calls Unix 'select', see the respective manual.





