cellfun in axis.m produces an error
Ben Abbott
bpabbott at mac.com
Wed Jun 17 15:32:10 CDT 2009
On Wednesday, June 17, 2009, at 10:55AM, "Bertrand Roessli" <bertrand.roessli at psi.ch> wrote:
>it did not help. Please find the 2 scripts attached.
>
>Bertrand
>
Ok, I see it. A simpler example is below.
clf
[x,y,z] = peaks(50);
x1 = max(x(:));
pcolor(x-x1,y-x1/2,z)
hold on
[x,y,z] = sombrero;
s = x1/max(x(:));
pcolor(s*x+x1,s*y+x1/2,5*z)
axis tight
Your fix works for me. I'll push a changeset attributed to you in a few hours.
Ben
More information about the Bug-octave
mailing list