addNumericType
Add Simulink numeric type to Architectural Data section of Simulink data dictionary
Since R2023b
Syntax
Description
adds a dataType
= addNumericType(archDataObj
,dataTypeName
)Simulink.NumericType
specified by
dataTypeName
to archDataobj
, the Architectural
Data section of the data dictionary.
adds a dataType
= addNumericType(archDataObj
,dataTypeName
,SimulinkNumericType=numericTypeObj
)Simulink.NumericType
that has the same property values as the
specified Simulink.NumericType
object numericTypeObj
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b