how to know if cell has some empty values

3 visualizaciones (últimos 30 días)
MakM
MakM el 10 de En. de 2022
Respondida: Stephen23 el 10 de En. de 2022
I have cell array. How do I check that if column 3 has some empty values or not?

Respuesta aceptada

Stephen23
Stephen23 el 10 de En. de 2022
Where C is your cell array:
any(cellfun(@isempty,C(:,3)))

Más respuestas (0)

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by