Community Profile

photo

Jos? Manuel Amigo


University of Copenhagen.

2017년부터 활동

Professional Interests: Chemometrics

통계

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

배지 보기

Content Feed

보기 기준

제출됨


densityscatter
Density scatter plots

6년 초과 전 | 다운로드 수: 4 |

Thumbnail

답변 있음
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년 초과 전 | 0