how to find the length of characters stored in cell array?when each column contains words of different length?
조회 수: 1 (최근 30일)
이전 댓글 표시
i have a cell array of 1*4 and it contains words 'issue, information, books,subject how can i find the no of characters in all these words?
댓글 수: 0
채택된 답변
Iman Ansari
2013년 5월 5일
Hi.
a={'issue', 'information', 'books','subject'}
L=cellfun(@length,a)
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!