Scatterplot with points indexes

Like standard scatterplot() function but adds indexes of the data points.
736 download
Aggiornato 15 mar 2012

Visualizza la licenza

Unlike standard scatterplot() which doesn't allow you to plot on the current figure, this function works in a more conventional way (e.g. similar to plot()) and allows you to specify also a title string and the plot string (colour, marker).
More important, it adds indexes of the plotted data samples next to each sample, making it easier to debug small data sets scatter-plotted.

Cita come

Francesco Montorsi (2024). Scatterplot with points indexes (https://www.mathworks.com/matlabcentral/fileexchange/25576-scatterplot-with-points-indexes), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Discrete Data 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.6.0.0

Adjusted the title to something more meaningful and perhaps which can more easily match search terms

1.3.0.0

added usage example and varargin support (so that any option can be passed to the plot() function)

1.0.0.0