help-octave
[Top][All Lists]
Advanced

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

Re: Inexplicable error message


From: Doug Stewart
Subject: Re: Inexplicable error message
Date: Thu, 2 Feb 2012 08:15:00 -0500

What is on the line before
taufactor = (tau)/(Cm*pi*d);

????


On Thu, Feb 2, 2012 at 7:55 AM, asha g <address@hidden> wrote:

 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






_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave




--
DAS

https://linuxcounter.net/user/206392.html

reply via email to

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