The length of the array of cells
2 views (last 30 days)
Show older comments
Hello! I have an array of cells from the matrix, the number of rows in each cell is different, and I need to get this very length, please help
0 Comments
Answers (2)
madhan ravi
on 21 Jun 2019
cellfun('prodofsize',yourcellarray)
1 Comment
madhan ravi
on 21 Jun 2019
cellfun('size',yourcellarray,1) % 1 returns row number and 2 column
See Also
Categories
Find more on Matrices and Arrays in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!