Coder-compatibility function calls
ID | CC-1 |
Title | Do not use built-in functions that are not supported by MATLAB Coder. |
Priority | Mandatory |
Severity level | 1 |
Description | Do 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. |
Rationale | Compatibility. 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. |