Borrar filtros
Borrar filtros

find empty fields of structure of pixels of an image

1 visualización (últimos 30 días)
mandana
mandana el 18 de Feb. de 2018
Respondida: Walter Roberson el 18 de Feb. de 2018
hi i have a structure that some field have again structure .how can i finde empty fields.i tried
any( structfun(@isempty, clustered_im) )
that resulted this error
Error using structfun
Inputs to STRUCTFUN must be scalar structures.
and i used
[r,c,v]=find(clustered_im==0)
that resulted en error
Undefined function 'eq' for input arguments of type 'struct'
so what do you suggest me to do

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Feb. de 2018
arrayfun(@(S) any(structfun(@isempty,S)), clustered_im)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by