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

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

[Octave-bug-tracker] [bug #30295] interp3 call fails


From: anonymous
Subject: [Octave-bug-tracker] [bug #30295] interp3 call fails
Date: Tue, 29 Jun 2010 19:26:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100627 Firefox/3.6.6

URL:
  <http://savannah.gnu.org/bugs/?30295>

                 Summary: interp3 call fails
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 29 Jun 2010 07:26:44 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Matěj Týč
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello,
I am quite sure that there is something wrong with arguments parsing in
interp3 (it is, among other things, done in quite different way than in
interp2)
In short, see the output:

octave:30> interp2(rand(2,2));
octave:31> interp3(rand(2,2,2));
error: subscript indices must be either positive integers or logicals.
error: called from:
error:   /usr/share/octave/3.2.4/m/general/interp3.m at line 73, column 3
octave:32> interp3(rand(2,2,2), 'linear');
error: A(I): Index exceeds matrix dimension.
error: called from:
error:   /usr/share/octave/3.2.4/m/general/interp3.m at line 91, column 7




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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