User`s guide

Array For matting Flags
Array Formatting Flags (Continued)
Flag Description
InputArrayIndFlag
Sets the input array indirection level used with the
InputArrayFormat flag (applicable only to nested arrays,
i.e.,
VARIANT arrays of VARIANTs, which themselves are
arrays). The defau l t valu e fo r this flag is zero, which
applies the
InputArrayFormat flag to the outermost
array. When this flag is greate r than zero, e.g., equal
to N, the formatting rule attempts to apply itself to the
Nth level of nesting.
OutputArrayFormat
Defines the array formatting rule used on output arrays.
An output array is a MATLAB array, created by the
compiled COM object, sent as an output parameter
from a method call to the client. The values for this
flag,
mwArrayFormatAsIs, mwArrayFormatMatrix,and
mwArrayFormatCell, cause the same behavior as the
corresponding
InputArrayFormat flag values.
OutputArrayIndFlag
(Applies to nested cell arrays only.) Output array
indirection level used with the
OutputArrayFormat flag.
This flag w orks exactly like
InputArrayIndFlag.
AutoResizeOutput
(Applies to Excel ranges only.) When the target output
from a method call is a range of cells in an Excel
worksheet and the output array size and shape is not
known at the time of the call, set this flag to
True to
resize each Excel range to fit the output array.
TransposeOutput
Set this flag to True to transpose the output arguments.
Useful when calling an Excel Builder component from
Excel where the MATLAB function returns outputs as
row vectors, and you want the data in columns.
B-13