octave-maintainers
[Top][All Lists]
Advanced

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

symbolic and codgen warning


From: Doug Stewart
Subject: symbolic and codgen warning
Date: Sun, 20 Sep 2015 17:10:54 -0400

fucn_sym1 = (sym)

   4
  x

warning: function_handle: your SymPy has no octave codegen: partial workaround
warning: called from
    function_handle at line 155 column 11
    demo_input_functions at line 18 column 2
f =

@(x) x .^ 4

warning: function_handle: your SymPy has no octave codegen: partial workaround
df =

@(x) 4 .* x .^ 3

warning: function_handle: your SymPy has no octave codegen: partial workaround
ddf =

@(x) 12 .* x .^ 2

>>


What is the cause of this warning?


--
DASCertificate for 206392


reply via email to

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