HIST

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Histogram

Usage

Jacket for M Language
    Supported Syntax
    
n = hist(Y)
n = hist(Y,nbins)
[n,xout] = hist(...)
n = hist(Y,x)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GSINGLE 

Types Not Supported

-  GDOUBLE   GLOGICAL   GINT32   INT8   GUINT32   GUINT8   COMPLEX 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/hist.html
More Details
  • HIST does not plot the data.

Notes

  • HIST is only supported for GSINGLE data.

See Also

HISTC, MODE

Personal tools