isDefined
Class: coder.descriptor.TypedRegion
Namespace: coder.descriptor
Syntax
tf = isDefined(implementation)
Description
returns tf
= isDefined(implementation
)1
(true
) if the data element is defined by the
generated code. Otherwise, it returns 0
(false
).
The data element is defined if all members of the TypedRegion
object exist
in the generated code.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2025a