Eval-functions cc4m_logo_inline

IDSTAT-14
TitleDo not use the built-in eval. Minimize the use of feval, evalin and evalc.
PriorityStrongly recommended
Severity level5
DescriptionDo not use the built-in eval. Minimize the use of feval, evalin and evalc.
RationaleThese functions can have harmful results and statements using them are usually difficult to read and maintain.
Additionally, it may be overlooked when variables are defined or altered by calls to these functions.