Main Content
getOutputDataType
Get data types of the outputs of a System object
Description
[
returns the data type of each output of the System object™ as a character vector for built-in data types or as a numeric object for
fixed-point data types. The number of outputs must match the number of outputs returned by
the dt_1, dt_2, ..., dt_n
] = getOutputDataType(obj
)getNumOutputs
method.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2012a