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

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

[Octave-bug-tracker] [bug #42050] fplot does not work with anomynous fun


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #42050] fplot does not work with anomynous function handle
Date: Fri, 04 Apr 2014 16:44:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

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

Looking at fplot, I see that it applies a "vectorize" function to function
arguments that are "inline" or simply character strings representing the
expression to plot.  I guess we could try to extend that concept to function
handles, but it seems a bit messy since functions given by name are not
vectorized, and I see no reasonable way to do so.

Maybe that feature should be deprecated and eventually removed and we should
just evaluate the function with arrayfun instead?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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