Accessing other workspaces 
| ID | STAT-27 |
| Title | Avoid using functions that access or depend on workspaces outside the scope of the current function. |
| Priority | Mandatory |
| Severity level | 3 |
| Description | Do not use functions accessing workspaces outside the scope of the current function such as assignin, evalin, clc. |
| Rationale | These functions reduce the portability, robustness and readability of the code. |
| Exception | Application development and Simulink tools. |