Problem with Integration-1.0.6 package
Marcin Sleczka
macintoo at gmail.com
Fri Mar 6 08:05:36 CST 2009
John W. Eaton-3 wrote:
>
> On 5-Mar-2009, Marcin Sleczka wrote:
>
>
> | I create a .m file which contain such a code:
> |
> | function y=test
> | y=quad2dg('exy', 0, 1, 0, 1);
> | endfunction;
> |
> | function v=exy(x,y)
> | v=x.^2.+y.^3;
> | endfunction;
>
>
> If a .m file begins with a "function" keyword, then it can only define
> one function. Put each of your functions in separate files.
>
> jwe
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
Yes, I did create test.m file. The effect was the same.
Of course exy is a subfunction.
--
View this message in context: http://www.nabble.com/Problem-with-Integration-1.0.6-package-tp22366716p22373128.html
Sent from the Octave - General mailing list archive at Nabble.com.
More information about the Help-octave
mailing list