scatter3mpdf

Versión 1.0.1 (2,89 KB) por Eiji Konaka
This function plotts 3d scatter chart with marginalized pdfs.
16 descargas
Actualizado 8 sep 2023

Ver licencia

scatter3mpdf is written by Eiji Konaka, Sep/2023
This function plotts the followings in one 3-d figure.
  • 3-d scatter plot
  • 2-d marginalized histogram (or cumulated histogram) on x-y, y-z, and z-x planes using PCOLOR function. Relative frequency is shown by cell colors.
  • 1-d marginalized pdf (or cdf) along x, y, and z axes. The plotted pdf is calculated by ksdensity, instead of histogram due to technical reasons.
Inputs
  • x, y, z: data vector with the same dimensions
Options
  • mPDFAreaRatio: The size of the ratio of pdf plot area to scatter area (default=0.5)
  • FunctionType: you can select the type of distribution function from 'pdf' or 'cdf' (default='pdf')
  • Marker: type of marker of scatter3 function (default='o')
Output
  • h: graphic handle of figure
Note: The other options, such as colormap of PCOLOR function, can not be specified on calling this function.

Citar como

Eiji Konaka (2024). scatter3mpdf (https://www.mathworks.com/matlabcentral/fileexchange/135016-scatter3mpdf), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2023a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

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.0.1

Minor modification

1.0.0