octave-maintainers
[Top][All Lists]
Advanced

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

Re: How to use the OO features of Octave


From: David Bateman
Subject: Re: How to use the OO features of Octave
Date: Tue, 23 Sep 2008 22:43:00 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

David Bateman wrote:
John W. Eaton wrote:
>
>      args(2) = num_indices;
>      args(1) = index_position;
>      args(0) = *indexed_object;


shouldn't args(1) be

args(1) = index_position + 1;

due to the 1-based indexing of Octave?

D.


Also shouldn't we subtract one from the return value of the feval call?

D.



reply via email to

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