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

2D Histogram Matrix 1.0

  Date Added: July 01, 2013  |  Visits: 343

2D Histogram Matrix

Report Broken Link
Printer Friendly Version


Product Homepage
Download (44 downloads)



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: No special requirements
Platforms: Matlab
Keyword: Colorbar Hist Dmyxvyedgevxedge Linspace Mhist Nxbins Nybins Rand Vylabelmhist
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


2D HISTOGRAM MATRIX RELATED
Libraries  -  Webalizer::Hist 0.02
Webalizer::Hist is a Perl module to parse the webalizer.hist-file. SYNOPSIS use Webalizer::Hist; if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) { while(my $hashref = $dwh->month()) { print "Got " . $hashref->{totalhits} ....
5.12 KB  
Development Tools  -  Jean Le Rand D'Alambert Reduction Method (update:22-06-07) 1.0
In this Matlab application was perused Jean Le Rand D'Alambert's** Reduction Method for two degree of linear differential equations and several analytical examples are compared with matlab solution applications.**Jean d'Alembert was a a French...
184.32 KB  
Development Tools  -  matlab blue-white-red colorbar, while zero always corresponds to white color 1.0
matlab blue-white-red colorbar, while zero always corresponds to white color. see also darkb2rthis matlab file is designed to draw anomaly figures, the color of the colorbar is from blue to white and then to red, corresponding to the anomaly...
10 KB  
Development Tools  -  A very simple random integer generator using rand() 1.0
A very simple random integer generator using rand().[just for educational purpose ;) !!]
10 KB  
Development Tools  -  Linarray - alternative to linspace 1.0
Analogue to linspace, but inputs are: start value, spacing, and # points.outputarray = linarray(start,spacing,numpoints) The function linarray generates an row vector based on a start value, a spacing, and a number of points. For example:...
10 KB  
Development Tools  -  matlab darkblue-white-darkred colorbar, while zero always corresponds to white color 1.0
matlab blue-white-red colorbar, while zero always corresponds to white color. see also b2rthis matlab file is designed to draw anomaly figures, the color of the colorbar is from blue to white and then to red, corresponding to the anomaly values...
10 KB  
Development Tools  -  histograms for ND data 1.0
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, .......
10 KB  
Development Tools  -  Colorbar labeling 1.0
Awefully simple code in order to gain some time when trying to label the colorbars.Works for individual plot or subplots, handles single- and multi-line labels on the top, bottom and/or right of the colorbar.Input: colorbar handle ([] if unknown),...
10 KB  
Development Tools  -  Vectorized linspace 1.0
This function will create a matrix of linearly spaced vectors.Example 1: Vector starting and ending pointsx1 = 100*randn(10,1);x2 = 100*randn(10,1);M = linspace2(x1,x2,1e3);imagesc(M)Example 2: Mixing Vectors and Scalarsx1 = 100*randn(10,1);x2 =...
10 KB  
Development Tools  -  Vivid Colormap 1.0
VIVID Creates a Personalized ColormapVIVID(...) Creates a colormap with custom settings Inputs:M - (optional) an integer between 1 and 256 specifying the number of colors in the colormap. Default is 128.MINMAX - (optional) is a 1x2 vector with...
10 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB