问题 I've tried this: linefunca = @(xa,ya) aa*xa + ba*ya + ca; figure(1) imshow(Pica); hold on; ezplot(linefunca,[1,1072,1,712]); But I'm returned with this error: In an assignment A(I) = B, the number of elements in B and I must be the same. Error in ezplotfeval/applyfun (line 80) z(i) = feval(f,x(i),y(i)); Error in ezplotfeval (line 65) z = applyfun(x,y); Error in ezplot>ezimplicit (line 257) u = ezplotfeval(f, X, Y); Error in ezplot (line 153) hp = ezimplicit(cax, f{1}, vars, labels, args{:});