find empty fields of structure of pixels of an image

1 回表示 (過去 30 日間)
mandana
mandana 2018 年 2 月 18 日
回答済み: Walter Roberson 2018 年 2 月 18 日
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
  1 件のコメント
Image Analyst
Image Analyst 2018 年 2 月 18 日
Please attach such a structure in a .mat file.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 2 月 18 日
arrayfun(@(S) any(structfun(@isempty,S)), clustered_im)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by