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

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

[Octave-bug-tracker] [bug #57005] rats returns extraneous column informa


From: Rik
Subject: [Octave-bug-tracker] [bug #57005] rats returns extraneous column information when there are many columns
Date: Sat, 5 Oct 2019 17:08:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

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

                 Summary: rats returns extraneous column information when
there are many columns
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sat 05 Oct 2019 02:08:58 PM PDT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Sample code to reproduce:


octave:1> x = ones (2, 25);
octave:2> s = rats (x, 10)
s =

 Columns 1 through 9:

           1           1           1           1           1           1      
    1           1           1
           1           1           1           1           1           1      
    1           1           1

 Columns 10 through 18:

           1           1           1           1           1           1      
    1           1           1
           1           1           1           1           1           1      
    1           1           1

 Columns 19 through 25:

           1           1           1           1           1           1      
    1
           1           1           1           1           1           1      
    1




Matlab doesn't include the unnecessary "Columns X through Y:" information.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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