MATLAB Mapping for Identifiers
A Slice identifier maps to an identical MATLAB identifier. For example, the Slice identifier Clock
becomes the MATLAB identifier Clock
. There is one exception to this rule: if a Slice identifier is the same as a MATLAB keyword, the corresponding MATLAB identifier is suffixed with an underscore. For example, the Slice identifier while
is mapped as while_
.
You should try to avoid such identifiers as much as possible.