Problem with Integration-1.0.6 package

Martin Helm martin at mhelm.de
Fri Mar 6 10:48:51 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?

Which version are you using? 3.0.3 does not show this warning on my linux 
machine.



More information about the Help-octave mailing list