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

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

[Octave-bug-tracker] [bug #35497] inputname fails


From: wenchuang gan
Subject: [Octave-bug-tracker] [bug #35497] inputname fails
Date: Fri, 23 Mar 2012 09:18:13 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11

Follow-up Comment #2, bug #35497 (project octave):

I had done some tests, and find that when use feval(@fn, ...), in function fn,
 __varval__(".argn.") will lost the last parameter of feval.  For example:

octave:1> function y = foo(u,v, w)
> y = __varval__(".argn.");
> end
octave:2> feval(@foo, pi, e, pi)
ans = 
{
  [1,1] = pi
  [2,1] = e
}

maybe there is something wrong in __varval__. But I don't known where
__varval__ is defined. any advices? or is there any document about the
development of octave? Thanks.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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