Community Profile

photo

Jos? Manuel Amigo


University of Copenhagen.

Active since 2017

Followers: 0   Following: 0

Message

Professional Interests: Chemometrics

Statistics

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


densityscatter
Density scatter plots

6 years ago | 3 downloads |

Thumbnail

Answered
using Matlab to plot density contour for scatter plot
PCx = rand(2000,1); PCy = rand(2000,1); bins = 50; Msize = 10; [N C] = hist3([PCx,PCy],[bins bins]); CX = C{1}; CY = C{2}; N...

6 years ago | 0