Heatmap for 2d coordinates

2 views (last 30 days)
Herbert
Herbert on 19 Jul 2013
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
Chad Gilbert
Chad Gilbert on 19 Jul 2013
What do you want a heat-map of? A third variable? The densiy of the scatter points?
Herbert
Herbert on 19 Jul 2013
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
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

Find more on Data Distribution Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!