Hi,
I have a m by n cell in which some rows has less than 10 strings and the remaining elements are empty ([ ]). I now want to determine how many strings are there in each rows. If this cell was an array I could use "nonzeros(A(i,:))" to determine this but I don't know how to do this for a cell. Please help me fix this problem.
Thanks.

 採用された回答

Fangjun Jiang
Fangjun Jiang 2020 年 5 月 20 日

0 投票

c={'12',[],'adjk';'jkjf','j;',[]}
b=cellfun(@isempty,c)

1 件のコメント

Memo Remo
Memo Remo 2020 年 5 月 20 日
Hi Fangjun,
Thanks for your help. This works.
Best,
M

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Types についてさらに検索

タグ

質問済み:

2020 年 5 月 20 日

コメント済み:

2020 年 5 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by