Coder-compatibility function calls

IDCC-1
TitleDo not use built-in functions that are not supported by MATLAB Coder.
PriorityMandatory
Severity level1
DescriptionDo not use MATLAB-installed functions that are not supported by MATLAB Coder.
Calls to functions that have remarks in the documentation about Coder-compatibility need to be manually inspected.
RationaleCompatibility.
Unsupported functions result in code generation errors.
Using functions with remarks might result in a runtime error or differences between a run in MATLAB and a run of the generated code.