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.479.674 Times

Histc software
 

Histc

Added: April 06, 2013 | Visits: 266

N-dimensional histogram Like histc but for n-dimension.Unlike the other nd histogram http://www.mathworks.com/matlabcentral/fileexchange/3957 beside counting, this function returns also the location of points in the bins. Coded entirely in Matlab (no mex required). Speed slightly slower (but quite decent).User can data... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): N-dimensional histogram Download

Added: August 03, 2013 | Visits: 234

2D polygon interior detection This function tries to improve the slow Matlab INPOLYGON function.There are few other fast codes on FEX (e.g., by Darren Engwirda). After exploring many different ways, I come to the conclusion that Darren Engwirda's approach is close to optimal. So here you'll find a general method that share... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 2D polygon interior detection 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

Added: April 09, 2013 | Visits: 271

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: May 28, 2013 | Visits: 190

Histogram transformation [transformedHistogram,newX]=transformHistogram(originalHistogram,originalX,formula)transformHistogram transforms the histogram stored in the 1D array 'orignalHistogram' according to the formula 'formula'.'originalHistogram' is defined at bins stored in 'orignalX'.The output 'transformedHistogram'... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Histogram transformation Download

Added: September 15, 2013 | Visits: 492

Fit all valid parametric probability distributions to data ALLFITDIST Fit all valid parametric probability distributions to data.[D PD] = ALLFITDIST(X) fits all valid parametric probability distributions to the data in column vector X, and returns a struct D of fitted distributions and parameters and a struct of objects PD representing the fitted... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Fit all valid parametric probability distributions to data Download

Added: March 24, 2013 | Visits: 353

Fast 2D histogram calculation Hist2D performs a fast calculation of 2D histograms. On a 2GHz processor, calculated and displayed a histogram of 1 million points in less than half a second.HIST2D 2D histogram [H XBINS YBINS] = HIST2D(D, XN, YN, [XLO XHI], [YLO YHI]) [H XBINS YBINS] = HIST2D(D, 'display' ...) HIST2D calculates... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Fast 2D histogram calculation Download

Added: August 08, 2013 | Visits: 291

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