2D Histogram Matrix Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: hist2d.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Kangwon Lee (View more)

2D Histogram Matrix script description:




Publisher review:
2D Histogram Matrix returns a matrix of number of points in each bins defined by two vectors. function mHist = hist2d ([vY, vX], vYEdge, vXEdge)2 Dimensional HistogramCounts number of points in the bins defined by vYEdge, vXEdge.size(vX) == size(vY) == [n,1]size(mHist) == [length(vYEdge) -1, length(vXEdge) -1]EXAMPLEmYX = rand(100,2);vXEdge = linspace(0,1,10);vYEdge = linspace(0,1,20);mHist2d = hist2d(mYX,vYEdge,vXEdge);nXBins = length(vXEdge);nYBins = length(vYEdge);vXLabel = 0.5*(vXEdge(1:(nXBins-1)) vXEdge(2:nXBins));vYLabel = 0.5*(vYEdge(1:(nYBins-1)) vYEdge(2:nYBins));pcolor(vXLabel, vYLabel,mHist2d); colorbar Requirements: ยท MATLAB Release: R11.1
2D Histogram Matrix is a Matlab script for Statistics and Probability scripts design by Kangwon Lee. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5