scatterDiagHist(x,y​,dedge,varargin)

バージョン 1.1.0.0 (1.79 KB) 作成者: kefei
scatter plot with histogram of xy difference on diagonal
ダウンロード: 187
更新 2017/5/19

ライセンスの表示

% function [hscatter,hbar]=scatterDiagHist(x,y,dedge,scattervarargin)
% scatterDiagHist(x,y)
% scatterDiagHist(x,y,dedge)
% scatterDiagHist(x,y,dedge,scattervarargin)
% [hscatter,hbar]=scatterDiagHist(...)
% INPUT
% x,y: vectors of x and y data. same size
% dedge: edge for x,y difference histogram
% scattervargin: input variables same as 'scatter' function
% OUTPUT
% hscatter: handle for scatter points
% hbar: handle for histogram bar
% Kefei Liu. 2017.5.5

引用

kefei (2024). scatterDiagHist(x,y,dedge,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/62812-scatterdiaghist-x-y-dedge-varargin), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

.....
fix the bug that the relative position shift when figure size is transformed.

1.0.0.0