help-octave
[Top][All Lists]
Advanced

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

Re: Problem with Integration-1.0.6 package


From: Marcin Sleczka
Subject: Re: Problem with Integration-1.0.6 package
Date: Fri, 6 Mar 2009 08:20:44 -0800 (PST)



martin_helm wrote:
> 
> I just tested this within one script file and exy as a subfunction. The
> simple thing is quad2dg will use feval if you pass the function name as a
> string which then cannot find a subfunction.
> 
> Use a function handle instead
> y=quad2dg(@exy, 0, 1, 0, 1);
> 
> Then it works also with exy as subfunction
> 
It work's, thanks. But I've got one warning:
warning: meshdom is obsolete and will be removed from a future version of
Octave; please use meshgrid instead
Should I be concerned about this warning?
-- 
View this message in context: 
http://www.nabble.com/Problem-with-Integration-1.0.6-package-tp22366716p22375675.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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