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

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

[Octave-bug-tracker] [bug #46051] Crash when function ezplot(sin(x))


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #46051] Crash when function ezplot(sin(x))
Date: Sat, 02 Jan 2016 06:11:39 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #4, bug #46051 (project octave):

Sorry for the delay.  I think plotting might just be prone to crashing on your
system: which is certainly a problem but from the conversation it doesn't seem
like Symbolic that is crashing.

1.  ezplot("sin(x)") is nothing to do with Symbolic pkg.  That is Octave's
core ezplot.

2.  This is Symbolic's ezplot:


syms x
ezplot(sin(x))


3.  But the previous command is the same code path as:


syms x
fx = sin(x)
ezplot(fx)


If I understood correctly,  1 and 2 crash and 3 works.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46051>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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