[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 06:05:36 -0800 (PST) |
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
> address@hidden
> 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.
- Problem with Integration-1.0.6 package, Marcin Sleczka, 2009/03/06
- Problem with Integration-1.0.6 package, John W. Eaton, 2009/03/06
- Re: Problem with Integration-1.0.6 package,
Marcin Sleczka <=
- Re: Problem with Integration-1.0.6 package, martin_helm, 2009/03/06
- Re: Problem with Integration-1.0.6 package, Marcin Sleczka, 2009/03/06
- Re: Problem with Integration-1.0.6 package, Martin Helm, 2009/03/06
- Re: Problem with Integration-1.0.6 package, Marcin Sleczka, 2009/03/06
- Re: Problem with Integration-1.0.6 package, Martin Helm, 2009/03/06