scatterDiagHist(x,y​,dedge,varargin)

Versione 1.1.0.0 (1,79 KB) da kefei
scatter plot with histogram of xy difference on diagonal
187 download
Aggiornato 19 mag 2017

Visualizza la licenza

% 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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Scatter Plots in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

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

1.0.0.0