From maintainers-request at octave dot org Thu Mar 30 08:48:05 2006 Subject: Re: Bi variate to mono variate functions From: "John W. Eaton" To: David dot Bateman at motorola dot com Cc: Anglade Pierre-Matthieu , maintainers@octave.org Date: Thu, 30 Mar 2006 09:47:58 -0500 On 30-Mar-2006, David Bateman wrote: | >> Q = quad( at (x)myfun2(x,5),0,2) | | Q = | | -0.4605 | | >> Q = quad( at (x)myfun2(x,p),0,2) | ??? Undefined function or variable 'p'. | | Error in ==> at (x)myfun2(x,p) | | | Error in ==> quad at 63 | y = f(x, varargin{:}); I think this has been changed recently so that it does work. jwe