scatter_histhist.m
Version 1.0.0.0 (1.74 KB) by
Jeffrey
Takes vectors X and Y makes a scatter plot of X vs. Y and histograms of X and Y
This function has 4 mandatory arguments:
x, x_sig, y, y_sig.
x and y are vectors of floats
x_sig and y_sig are vectors of ones and zeros, denoting significance of the x and y values.
I think it is a good example of how to use axes to make sophisticated plots in matlab.
Cite As
Jeffrey (2026). scatter_histhist.m (https://se.mathworks.com/matlabcentral/fileexchange/23311-scatter_histhist-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Data Distribution Plots >
- MATLAB > Graphics > 2-D and 3-D Plots > Discrete Data Plots >
- MATLAB > Graphics > 2-D and 3-D Plots > Data Distribution Plots > Scatter Plots >
Find more on Data Distribution Plots in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
