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


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 171
 -- Function File: TF = iscom (H)

     Determine whether H is a COM object.

     if H is a COM object, returns true, otherwise returns false.

     See also: actxserver.


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 36
Determine whether H is a COM object.



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


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 782
 -- Function File: mat2xls (OBJ,FILENAME)
     Save OBJ as an Excel sheet into the file FILENAME.  The object OBJ
     must be either a cell matrix or a real matrix, that is a
     2-dimensional object.  All elements of the matrix are converted to
     Excel cells and put into the first worksheet, starting at cell A1.
     Supported types are real values and strings.

     If FILENAME does not contain any directory, the file is saved in
     the current directory.

     This function is intended to demonstrate the use of the COM
     interface within octave.  You need Excel installed on your computer
     to make this function work properly.

     Examples:

            mat2xls (rand (10, 10), 'test1.xls');
            mat2xls ({'This', 'is', 'a', 'string'}, 'test2.xls');


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 50
Save OBJ as an Excel sheet into the file FILENAME.





