Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.302 Times

Yedges software
 

Yedges

Added: April 09, 2013 | Visits: 269

histograms for ND data histnd Histogram count of ND data with ND bins histmat = histnd(x, y, ..., xedges, yedges, ...) Extract ND histogram data containing the number of events of [x, y, ...] tuples that fall in each bin of the ND-grid defined by xedges, yedges, .... The edges are passed to histc internally and should...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): histograms for ND data Download

Added: August 18, 2013 | Visits: 313

2D Histogram Calculation function histmat = hist2(x, y, xedges, yedges) Extract 2D histogram data containing the number of events of [x , y] pairs that fall in each bin of the grid defined by xedges and yedges. The edges are vectors with monotonically non-decreasing values.The code is optimized no loop inside, it can be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): 2D Histogram Calculation Download

Added: August 08, 2013 | Visits: 290

hist2 for the people 2D histogram: Extract the number of joint events - (x,y) data value pairs that fall in each bin of the grid defined by xedges and yedges.Uses:[N,BIN] = HISTD(X,EDGES)which returns1) N is a LENGTH(EDGES) vector, N(k) will count the value X(i) if EDGES(k)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): hist2 for the people Download

Added: July 18, 2013 | Visits: 246

N-Dimensional Histogram Count HISTCND is similar to HISTC, but creates a histogram with any number of dimensions.N = HISTCND(X,Y,Z,... XEDGES,YEDGES,ZEDGES,... )where N is a histogram count with dimensions length(XEDGES) x length(YEDGES) x length(ZEDGES) ...If XEDGES, YEDGES, etc. are monotonically increasing and non-NaN, a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): N-Dimensional Histogram Count Download