Preliminary documentation for Ice for MATLAB. Do not use in production applications. Refer to the space directory for other releases.

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.

See Also

  • No labels