[Scilab-users] ”histc”''s bug?

fujimoto2005 fujimoto2005 at gmail.com
Wed May 20 16:29:51 CEST 2020


I think "histc" has a some bug.
The following sample code of the help file does't work.

**********************
data = [1 1 1 2 2 3 4 4 5 5 5 6 6 7 8 8 9 9 9];
N = size(data,"*")   // ==19

// Default binning; "sqrt": sqrt(19) => 4. .. => 4 bins
[h, j, b, i] = histc(data)
[h, j, b, i] = histc(data,10)
h= histc(data,10)
*********************



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list