scatterDiagHist(x,y​,dedge,varargin)

Version 1.1.0.0 (1,79 ko) par kefei
scatter plot with histogram of xy difference on diagonal
187 téléchargements
Mise à jour 19 mai 2017

Afficher la licence

% 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

Citation pour cette source

kefei (2024). scatterDiagHist(x,y,dedge,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/62812-scatterdiaghist-x-y-dedge-varargin), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Scatter Plots dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

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

1.0.0.0