Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
With the default settings, BINNED_PLOT(X,Y) splits vector X into bins of approximately equal size, and plots each median against the median of the corresponding Y-values, as well as their inter-quartile range. X and Y must have the same number of rows or columns.
This is useful to visualize two-dimensional distributions.
Options include e.g.: plotting different quantiles; means/variances instead of quantiles; varying the number of bins; and density-dependent coloring.
Example:
x=0:0.1:20;
y=[sin(x); cos(x)] +randn(2,201);
binned_plot(x,y)
Zitieren als
Stefan Schroedl (2026). Binned Scatter Plot (https://de.mathworks.com/matlabcentral/fileexchange/19506-binned-scatter-plot), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: clickfit_OH for curve fitting by eye/hand
Allgemeine Informationen
- Version 1.1.0.0 (3,71 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | - Bug fixes: rare cases of empty bins; show minimum and maximum x-value
|
||
| 1.0.0.0 |
