The length of the array of cells
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (2 件)
madhan ravi
2019 年 6 月 21 日
cellfun('prodofsize',yourcellarray)
1 件のコメント
madhan ravi
2019 年 6 月 21 日
cellfun('size',yourcellarray,1) % 1 returns row number and 2 column
参考
カテゴリ
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!