Concept Flow - Cell array creation
Start
Use curly braces {}
Place elements inside
Elements can be different types
Create cell array variable
Access or modify cells with {} or ()
End
Create a cell array by placing elements inside curly braces {} which can hold different types, then assign it to a variable.