Heatmap for 2d coordinates

Hello, I have a Matrix of dimensions (2xN) which consists of 2 dimensional Cartesian coordinates and I would like to create a heat map of this. Do you know any way to do this?
Thanks in advance!

2 Comments

What do you want a heat-map of? A third variable? The densiy of the scatter points?
With heat map I mean a plot where e.g. red color indicates that a lot of points from the matrix are in a certain neighbourhood and blue would mean that all the other coordinates are far away.

Sign in to comment.

Answers (1)

the cyclist
the cyclist on 19 Jul 2013

0 votes

Without more detail, I would just point you to the image() command. Is that helpful?

1 Comment

Herbert
Herbert on 19 Jul 2013
Edited: Herbert on 19 Jul 2013
That for your suggestion. I added a comment what I mean with "heat map" I hope its now a bit clearer, sorry for that. Unfortunately the image command does not provide this.

Sign in to comment.

Categories

Tags

Asked:

on 19 Jul 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!