cloudplot( X, Y, nbins )

バージョン 1.0.0.0 (1.09 KB) 作成者: R P
CLOUDPLOT plots a colormap histogram
ダウンロード: 60
更新 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 (2024). cloudplot( X, Y, nbins ) (https://www.mathworks.com/matlabcentral/fileexchange/60882-cloudplot-x-y-nbins), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0