cloudplot( X, Y, nbins )

버전 1.0.0.0 (1.09 KB) 작성자: R P
CLOUDPLOT plots a colormap histogram
다운로드 수: 62
업데이트 날짜: 2016/12/23

라이선스 보기

Syntax: [ edgesX,edgesY,count ] = cloudplot( X, Y, nbins )

Example:
X=[sort(randn(10000,1)) ; 0.5*randn(3000,1)-2];
Y=[linspace(0,1,10000)' ; ones(3000,1)*0.8]+0.05*randn(13000,1);
subplot(121)
plot(X,Y,'k.')
axis([-3.5,3.5,-0.05,1.05]), box off
colorbar
subplot(122)
cloudplot( X, Y, 100 );
axis([-3.5,3.5,-0.05,1.05]), box off
colormap(flipud(gray))
colorbar
caxis([0 30])

인용 양식

R P (2026). cloudplot( X, Y, nbins ) (https://kr.mathworks.com/matlabcentral/fileexchange/60882-cloudplot-x-y-nbins), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Contour Plots에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0