help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integration problem


From: Marcin Sleczka
Subject: Re: Integration problem
Date: Fri, 9 Jan 2009 09:18:15 -0800 (PST)



John W. Eaton-3 wrote:
> 
>   rng = -10:0.1:10;
>   results = zeros (size (rng));
>   idx = 1;
>   for u = rng
>     results(idx++) = quad (@(x) sin(u*x), 0, 2*pi);
>   endfor
> 
> jwe
> 


 Hi,
 
 What means "@(x)" I can't find it?
 
 How can I learn octave? Is there any online course? I don't want to  
 ask for help all the time :-)
 
 Thanks
 
MS
-- 
View this message in context: 
http://www.nabble.com/Integration-problem-tp21361078p21376495.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]