# Created by Octave 3.6.3, Wed Jan 09 09:22:14 2013 UTC <builder@localhost.localdomain>
# name: cache
# type: cell
# rows: 3
# columns: 5
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
cell2csv


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 422
 -- Loadable Function:  cell2csv (FILE, C)
 -- Loadable Function:  cell2csv (FILE, C, SEP)
 -- Loadable Function:  cell2csv (FILE, C, SEP, PROT)
     Create a CSV file from a cell array. SEP (character value) changes
     the character used to separate two fields. The default value is a
     comma (`,'). PROT (character value) changes the character used to
     protect a string. Default value is a double quote (`"').




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 36
Create a CSV file from a cell array.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
csv2cell


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 533
 -- Loadable Function: C =  csv2cell (FILE)
 -- Loadable Function: C =  csv2cell (FILE, SEP)
 -- Loadable Function: C =  csv2cell (FILE, SEP, PROT)
     Read a CSV (Comma Separated Values) file and convert it into a
     cell array. SEP (a character value) changes the character used to
     separate two fields. The default value is a comma (`,'). PROT
     (character value) changes the character used to protect a string.
     The default is a double quote (`"').  The maximum line width of
     the csv file is 4092 characters.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 74
Read a CSV (Comma Separated Values) file and convert it into a cell
array.



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


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 449
 -- Loadable Function: STR =  csvconcat (C)
 -- Loadable Function: STR =  csvconcat (C, SEP)
 -- Loadable Function: STR =  csvconcat (C, SEP, PROT)
     Concatenate a cell into a CSV string or array of strings. SEP
     (character value) changes the character used to separate two
     fields. The default value is a comma (`,'). PROT (character value)
     changes the character used to protect a string. The default is a
     double quote (`"').




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 57
Concatenate a cell into a CSV string or array of strings.



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


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 420
 -- Loadable Function: C = csvexplode (STR)
 -- Loadable Function: C = csvexplode (STR, SEP)
 -- Loadable Function: C = csvexplode (STR, SEP, PROT)
     Explode a CSV string into a cell. SEP (character value) changes
     the character used to separate two fields. The default value is a
     comma (`,'). PROT (character value) changes the character used to
     protect a string. The default is a double quote (`"').




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 33
Explode a CSV string into a cell.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
xmlread


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 97
 -- Loadable Function: VALUE = xmlread(FILENAME)
     Read a VALUE from FILENAME as an XML file




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 42
Read a VALUE from FILENAME as an XML file






