a={'a','aa','aaa','aaaa'}
length(a)
4
size(a)
1 4
How can I get the length of each element in the cell array with a single command? The desired output in the above example would be [1 2 3 4]
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…