Home > Util > hist2d.m

hist2d

PURPOSE ^

HIST2D generate 2D histogram

SYNOPSIS ^

function t = hist2d(x1,x2,xmin,xmax,n);

DESCRIPTION ^

HIST2D generate 2D histogram 
t=hist2d(x1,x2,xmin,xmax,n);
Test:
 T=10000;x1=randn(T,1);x2=randn(T,1);plot(x1,x2,'.')
 xmax=2;xmin=-2;n=21;t=hist2d(x1,x2,xmin,xmax,n);
Authors: Ali Mohammad-Djafari & Adel Mohhampour
Date: 14/11/2003

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Feb-2004 16:43:21 by m2html © 2003