필터 지우기
필터 지우기

Structure problem? How to write a loop to solve it?

조회 수: 2 (최근 30일)
tabw
tabw 2014년 8월 14일
댓글: tabw 2014년 8월 17일
I have a 1x N Structure called Structure.data
Structure(1).data and Structure(i).data have different dimensions.
I want Structure(1).data minus Structure(2:i).data;
tempcon=(abs(bsxfun(@minus,Structure(q).result',Structure(l).result)));
and see those value from subtraction contains the certain value.
If it is, combine it to new Structure and use the new Structure to do the subtraction
and so on.
In short, Structure(1)-Structure(2)= true; Structure(1)=Structure(1)+Structure(2) and use Structure (1) -Structure(3) ...until Structure(i) after combine the useful Structure into Structure(1) Store it.
And use the left Structure to subtract any Structure. group it again
until all the Structures are grouped..
How to write a loop about this?
  댓글 수: 4
Image Analyst
Image Analyst 2014년 8월 14일
I didn't go over this in detail, but are you trying to do connected components labeling, like what bwlabel() or bwconncomp() does?
tabw
tabw 2014년 8월 17일
Exactly.

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by