12.04.2011 - 13:36
Field reference for multiple structure elements that is followed by more reference blocks is an error. >>
I am using this code:
b=regionprops(LabelMatrix,'BoundingBox')
now when i use
b.BoundingBox; results are upto the mark
b(1).BoundingBox; results are upto the mark
b(1).BoundingBox(3); results are upto the mark
b(1).BoundingBox(3)/b(1).BoundingBox(4) ;results are upto the mark
but when i use
b.BoundingBox(3)/b.BoundingBox(4);
it gives the following error
" Field reference for multiple structure elements that is followed by more reference blocks is an error."
12.04.2011 - 15:12
phalgun pandya <montyjust4.u@gmail.com> wrote in message <4df74dcc-189e-41b5-8a0a-a9a01b4f8e50@glegroupsg2000goo.googlegroups.com>...
