|
<>是对图像进行统计的一段程序:<BR>……(上面省略)<BR>t=0 ;<BR>for m=1:800<BR>for n=1:600<BR> a=[m];b=[n];<BR> gd(m,n,= impixel(x,a,b); <BR> if gd(m,n,2)>gd(m,n,1) & gd(m,n,2)>gd(m,n,3)<BR> t=t+1 <BR> end<BR> end<BR>end</P>
<>执行结果:<BR>??? Assignment has more non-singleton rhs dimensions than non-singleton<BR>subscripts.</P>
<>请问是怎么回事? 怎么解决? 谢谢!<BR> <BR> </P> |
|