scatterDiagHist(x,y​,dedge,varargin)

Versión 1.1.0.0 (1,79 KB) por kefei
scatter plot with histogram of xy difference on diagonal
187 descargas
Actualizado 19 may 2017

Ver licencia

% 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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Scatter Plots en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

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

1.0.0.0