Eval-functions cc4m_logo_inline

IDSECURITY-1
TitleDo not use the built-in eval. Minimize the use of feval, evalin and evalc.
PriorityMandatory
Severity level3
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.