Find smallest cell in cell array
조회 수: 6 (최근 30일)
이전 댓글 표시
Is there a way to find the smallest sized cell in a cell array?
Thanks!
댓글 수: 0
채택된 답변
Walter Roberson
2012년 4월 19일
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)
?
댓글 수: 4
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!