how to find the length of characters stored in cell array?when each column contains words of different length?

2 views (last 30 days)
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?

Accepted Answer

Iman Ansari
Iman Ansari on 5 May 2013
Hi.
a={'issue', 'information', 'books','subject'}
L=cellfun(@length,a)

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!