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

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

[Octave-bug-tracker] [bug #44340] conv function will work from command l


From: Clyde Shappee
Subject: [Octave-bug-tracker] [bug #44340] conv function will work from command line, not in script
Date: Sun, 22 Feb 2015 15:51:48 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0

URL:
  <http://savannah.gnu.org/bugs/?44340>

                 Summary: conv function will work from command line, not in
script
                 Project: GNU Octave
            Submitted by: clyde73
            Submitted on: Sun 22 Feb 2015 03:51:47 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Clyde73
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:


% f.m
%   5  4   3  2  1  0
a=[16  0  -2  0  5  0];
b=a;
r=conv (a,b);

Results in this message

error: invalid use of script /home/clyde/octave/filter.m in index expression
error: called from:
error:   /usr/local/share/octave/3.6.3/m/polynomial/conv.m at line 80, column
5
error:   /home/clyde/octave/f.m at line 5, column 2


But if I type the commands from the prompt after a clean start it will work
one time. A second try fails as well.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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