help-octave
[Top][All Lists]
Advanced

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

Inexplicable error message


From: asha g
Subject: Inexplicable error message
Date: Thu, 2 Feb 2012 18:25:59 +0530 (IST)


 I have a script file in which I had written the following :


taufactor = (tau)/(Cm*pi*d);
I= 0.1*(10^-9); % amperes

when I run it I get
octave3.2:1> cabunpa2sevoltNoct2
parse error near line 61 of file /home/ashag/Desktop/passivedendrite/cabunpa2sevoltNoct2.m

  syntax error

>>> taufactor = (tau)/(Cm*pi*d);
             ^

parse error near line 61 of file /home/ashag/Desktop/passivedendrite/cabunpa2sevoltNoct2.m

  syntax error

>>> taufactor = (tau)/(Cm*pi*d);
             ^
parse error near line 62 of file /home/ashag/Desktop/passivedendrite/cabunpa2sevoltNoct2.m

  syntax error

>>> I= 0.1*(10^-9); % amperes
    ^

parse error near line 62 of file /home/ashag/Desktop/passivedendrite/cabunpa2sevoltNoct2.m

  syntax error

>>> I= 0.1*(10^-9); % amperes
    ^

error: `cabunpa2sevoltNoct2' undefined near line 1 column 1

Please help. Let me also add that this has appeared all of a sudden. It was running perfectly without showing this earlier.

Thanks
Asha






reply via email to

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