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: anonymous
Subject: [Octave-bug-tracker] [bug #42050] fplot does not work with anomynous function handle
Date: Fri, 04 Apr 2014 20:17:35 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MS-RTC LM 8; .NET4.0E)

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

Looks like the behvaior of fplo is not consistent with documentation.

I did a few experiment on Matlab and Octave.

foo.m:
function y=foo(x)
y=1/x;
end



fplot('foo',[1 10]); % Works in Matlab. Fails in Octave

address@hidden;

fplot(h,[1 10]);     %Works in Matlab. Fails in Octave. 


    _______________________________________________________

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]