octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56890] call to plot function gives error mess


From: Rik
Subject: [Octave-bug-tracker] [bug #56890] call to plot function gives error message
Date: Sat, 14 Sep 2019 14:04:49 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56890 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This doesn't look like valid code.  The '%' character is used to start a
comment so the parser sees "x=-" and then nothing through the end of the
line.

Try


x=-pi:0.05:pi;
plot (x, sin (x))




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56890>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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