Problem with Integration-1.0.6 package

Marcin Sleczka macintoo at gmail.com
Fri Mar 6 10:20:44 CST 2009




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.



More information about the Help-octave mailing list