help-octave
[Top][All Lists]
Advanced

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

Re: Syntax error!!!!


From: dbateman
Subject: Re: Syntax error!!!!
Date: Fri, 16 Nov 2007 11:16:13 -0800 (PST)



polmc wrote:
> 
> Hi!
> 
> I'm really desperate here, Im getting an error while calling a function: 
> 
> I have a file named sinte.m which has:
> 
> function sinte(f)
>   
>   t=0:0.001:0.0854
>   Fs = 44100
>   tau6 = 0.018
>   A6 = 25.1
>   x6 = A6*(e^(-t/tau6).*sin(2*pi*f*t/Fs)
> 
  
There is a ( too many above, which is why



>   tau7 = 0.016
> 

you see a syntax error on the following line.

D.

-- 
View this message in context: 
http://www.nabble.com/Syntax-error%21%21%21%21-tf4822802.html#a13799177
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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