how to know if cell has some empty values

2 vues (au cours des 30 derniers jours)
MakM
MakM le 10 Jan 2022
I have cell array. How do I check that if column 3 has some empty values or not?

Réponse acceptée

Stephen23
Stephen23 le 10 Jan 2022
Where C is your cell array:
any(cellfun(@isempty,C(:,3)))

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by