Avoid using cell arrays except for harnessing character arrays or objects of different classes.
Priority
Recommended
Severity level
5 if the code is meant for code generation, otherwise 7
Description
Do not use cell arrays for anything other than character arrays of objects of different classes.
Rationale
Cell arrays may be disadvantageous for the performance of the code. Readability is decreased as well when cell arrays are used instead of regular, homogeneous arrays.