octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #30121] interpn.m & __interpn_lin__.m problem


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #30121] interpn.m & __interpn_lin__.m problem
Date: Sat, 17 Jul 2010 21:04:50 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100504 SeaMonkey/2.0.5

Follow-up Comment #4, bug #30121 (project octave):

Hi Ben,

AFAICS at this moment, interpn.m works OK now in the code I was using after
swapping your fixed version into share/octave/m/3.2.4/general, many thanks.

However, some nitty-gritty about the demos (sorry)

(1) I saw that demo1 still has the typo I already reported ("AI" where it
should read "yi" in line 4).

(2) demo2 still crashes, but slightly differently:

octave-3.2.4.exe:1> A=[13,-1,12;5,4,3;1,6,2];
octave-3.2.4.exe:2> x=[0,1,4]; y=[10,11,12];
octave-3.2.4.exe:3> xi=linspace(min(x),max(x),17);
octave-3.2.4.exe:4>  yi=linspace(min(y),max(y),26)';
octave-3.2.4.exe:5> mesh(xi,yi,interpn(x,y,A.',xi,yi,"nearest").')
error: operator -: nonconformant arguments (op1 is 442x1, op2 is 1x442)
error: called from:
error:   C:ProgramsOctave3.2.4_gcc-4.4.0shareoctave3.2.4mgeneralinterpn.m at
line 160, column 15
error: evaluating argument list element number 3
error: evaluating argument list element number 1


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30121>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]