Accessing other workspaces cc4m_logo_inline

IDSTAT-27
TitleAvoid using functions that access or depend on workspaces outside the scope of the current function.
PriorityMandatory
Severity level3
DescriptionDo not use functions accessing workspaces outside the scope of the current function such as assignin, evalin, clc.
RationaleThese functions reduce the portability, robustness and readability of the code.
ExceptionApplication development and Simulink tools.