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

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

[Octave-bug-tracker] [bug #46125] fwht reported missing


From: anonymous
Subject: [Octave-bug-tracker] [bug #46125] fwht reported missing
Date: Mon, 05 Oct 2015 03:55:16 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: fwht reported missing
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 05 Oct 2015 03:55:15 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: John
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

>> pkg load signal
>> fwht(1, 2, 3, 4, 5, 6, 7, 8)
error: Invalid call to fwht.  Correct usage is:

 -- Function File: fwht (X)
 -- Function File: fwht (X, N)
 -- Function File: fwht (X, N, ORDER)

Gives the impression the function does exist. But entering the correct data:

>> x = [19 -1 11 -9 -7 13 -15 5];
>> y = fwht(x)
error: '__fwht__' undefined near line 88 column 9
error: called from
    __fwht_opts__ at line 88 column 7
    fwht at line 59 column 8






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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