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

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

[Octave-bug-tracker] [bug #60514] anovan unexpectedly outputs "toascii"


From: anonymous
Subject: [Octave-bug-tracker] [bug #60514] anovan unexpectedly outputs "toascii" error message
Date: Mon, 3 May 2021 16:34:40 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.95 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60514>

                 Summary: anovan unexpectedly outputs "toascii" error message
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 03 May 2021 08:34:38 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: mcavedoni81@gmail.com
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


a=rand(6,1);
b=[1,1,1,2,2,2]';
c=[1,2,1,2,1,2]';
anovan(a, [b,c])
error: 'toascii' undefined near line 307, column 307
error: called from
    anovan>printout at line 306 column 3
    anovan at line 151 column 9



This error presents itself with every numerical array I am trying as a second
argument. 
Furthermore, if I write

p=anovan(a, [b,c])

I will get 

p=
NaN
NaN





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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