MATLAB: Find smallest cell in cell array

cellsmallest

Is there a way to find the smallest sized cell in a cell array?
Thanks!

Best Answer

What is "size" in this context? Number of rows? Number of columns? Number of elements? Storage requirement?
Which is smaller:
'fdoafodsif-0dsi0-0-dfs0-fds0--ds'
or
struct('foo',3,'bar',7)
?