# Created by Octave 3.4.2, Fri Sep 02 14:50:37 2011 EDT <mockbuild@fedora2.s390.bos.redhat.com>
# name: cache
# type: cell
# rows: 3
# columns: 5
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 9
arefields


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 170
 -- Loadable Function:  arefields (S, NAMES)
     Return a logical vector indicating which of the strings in cell
     array NAMES is a valid field name of structure S.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Return a logical vector indicating which of the strings in cell array
NAMES is a



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
cell2fields


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 235
 -- Loadable Function:  cell2fields (C, FIELDS, DIM, S)
     Return structure-array S after setting the fields FIELDS with the
     slices of cell-array C vertically to dimension DIM. S must have
     matching dimensions or be empty.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Return structure-array S after setting the fields FIELDS with the
slices of cell



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 10
fieldempty


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 155
 -- Loadable Function:  fieldempty (S, NAME)
     Returns a logical array with same dimensions as structure S,
     indicating where field NAME is empty.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Returns a logical array with same dimensions as structure S, indicating
where fi



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
fields2cell


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 222
 -- Loadable Function:  fields2cell (S, NAMES)
     Works similarly to `struct2cell' (see there), but considers only
     fields given by the strings in cell array NAMES. Returns an error
     if a field is missing in S.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
Works similarly to `struct2cell' (see there), but considers only fields
given by



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 9
structcat


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 326
 -- Loadable Function:  structcat (DIM, STRUCT1, ..., STRUCTN)
     Return the concatenation of N-d structures STRUCT1, ..., STRUCTN
     along dimension DIM. Differently to `cat', fields need not match
     -- missing fields get an empty matrix value. Without structure
     arguments, an empty structure array is returned.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 53
Return the concatenation of N-d structures STRUCT1, .





