RTW.reservedIdentifiers
Description
[
returns structures that contain lists of reserved keywords. If your model uses a reserved
keyword as an identifier, then the code generator attempts to replace that keyword when it
generates identifiers in the code. Use the c
, cpp
] = RTW.reservedIdentifiers()RTW.reservedIdentifiers()
function to retrieve the list of keywords that the code generator attempts to
replace.
Examples
Output Arguments
Version History
Introduced in R2023b