There is a built-in function function known as cellfun that evaluates a function for each element of a cell array. Make a cell array, then call the cellfun function, passing the handle of the length function and the cell array in order to explain the length of each element in the cell array.