cloudplot( X, Y, nbins )

CLOUDPLOT plots a colormap histogram

Vous suivez désormais cette soumission

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])

Citation pour cette source

R P (2026). cloudplot( X, Y, nbins ) (https://fr.mathworks.com/matlabcentral/fileexchange/60882-cloudplot-x-y-nbins), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Contour Plots dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0