Dependencies are known
ID | STAT-17 |
Title | Make sure all functions called are known by MATLAB. |
Priority | Mandatory |
Severity level | 1 |
Description | Make sure all functions called are known and accessible by MATLAB. Be aware that functions might be unknown with core MATLAB only, they might require the install of toolboxes. |
Rationale | Attempting to access packages, classes and functions not on the MATLAB path will result in an error. |