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

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

[Octave-bug-tracker] [bug #48585] hist output does not correspond to Mat


From: Rik
Subject: [Octave-bug-tracker] [bug #48585] hist output does not correspond to Matlab
Date: Sat, 8 Jun 2019 20:26:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #48585 (project octave):

              Item Group:    Matlab Compatibility => WTF, Matlab?!?         
                  Status:         Patch Submitted => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #3:

This looks like Matlab just being stupid.  Testing with R2019A, the following
produces no error


[nn,xx] = hist (1:8, [1 5 3 7]) 


But this does, 


[nn, xx] = hist (1:8, [1 7 3 5])
Error using histc
Edge vector must be monotonically non-decreasing


I'm marking this bug as Won't Fix.  I'll file a different bug report about the
return value of xx being single when it should be double.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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