help-octave
[Top][All Lists]
Advanced

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

Re: Inexplicable error message


From: Ismael Núñez-Riboni
Subject: Re: Inexplicable error message
Date: Thu, 02 Feb 2012 14:55:34 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

I got similar inexplicable error messages when I did not close a "for" loop or an "if" statement (with "end"). Perhaps is this also your case?

On 02/02/2012 02:15 PM, Doug Stewart wrote:
What is on the line before
taufactor = (tau)/(Cm*pi*d);

????


On Thu, Feb 2, 2012 at 7:55 AM, asha g <address@hidden
<mailto: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 <mailto:address@hidden>
    https://mailman.cae.wisc.edu/listinfo/help-octave




--
DAS

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


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



reply via email to

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