help-octave
[Top][All Lists]
Advanced

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

Re: Histc under octave


From: Nicholas Jankowski
Subject: Re: Histc under octave
Date: Thu, 27 Apr 2017 09:57:06 -0400


error: Invalid call to histc.  Correct usage is:

 -- N = histc (X, EDGES)
 -- N = histc (X, EDGES, DIM)
 -- [N, IDX] = histc (...)


 That message means you did not properly try to use histc, not that you necessarily should change histc. It is showing you examples of proper usage. 



reply via email to

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