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

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

[Octave-bug-tracker] [bug #45643] symbolic pkg function_handle rhs probl


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #45643] symbolic pkg function_handle rhs problems
Date: Mon, 04 Jan 2016 13:03:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Follow-up Comment #3, bug #45643 (project octave):

Your work around did not work for me.
But I don't need it. As long as it is fixed in the source then that is ok for
me.



syms y(x) 
 f=y(x)==1
 #ff=function_handle(rhs(f))
 findsymbols(f)
 ff=function_handle(f, 'vars', findsymbols(f))
 
f = (sym) y(x) = 1
ans =
{
(sym) x
}
error: function_handle: python codegen failed: y(x) == 1
error: called from
    function_handle at line 175 column 11
    testrhs1 at line 5 column 4


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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