help-octave
[Top][All Lists]
Advanced

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

warning: hist: bin values not sorted on input


From: Jonathan Camilleri
Subject: warning: hist: bin values not sorted on input
Date: Tue, 8 Dec 2015 13:52:44 +0100

sort(x)
ans =

   1.1987   3.0540   3.7587   5.8433

>> sort(y)
ans =

   0.43359   0.76316   0.82807   1.76442

>> hist(x,y)
warning: hist: bin values not sorted on input
warning: called from
    hist at line 121 column 9
I cannot quite understand the histogram either.
See http://www.gnu.org/software/octave/doc/interpreter/Rearranging-Matrices.html#Rearranging-Matrices.
Inline images 1

--
Jonathan Camilleri

Mobile (MT): ++356 7982 7113
E-mail: address@hidden
Please consider your environmental responsibility before printing this e-mail.
 



reply via email to

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