[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with Integration-1.0.6 package
From: |
Martin Helm |
Subject: |
Re: Problem with Integration-1.0.6 package |
Date: |
Fri, 6 Mar 2009 17:48:51 +0100 |
User-agent: |
KMail/1.10.3 (Linux/2.6.27.19-3.2-default; KDE/4.1.3; x86_64; ; ) |
> 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.