[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #43237] line plot fails if a file "x.oct" exis
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #43237] line plot fails if a file "x.oct" exists in the current directory |
Date: |
Tue, 16 Sep 2014 21:16:41 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 |
Follow-up Comment #3, bug #43237 (project octave):
Can you show how you created a valid x.oct file? If I create x.cc defining a
function named "x", for example:
#include <oct.h>
DEFUN_DLD(x, args, nargout, "")
{
return octave_value_list ();
}
and then
octave:1> mkoctfile x.cc
octave:2> x = 1:20; plot (x);
I get the correct line plot with no error. So for me it does depend on the
contents of the x.oct file.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43237>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/