point.m

Plots circles for data points w/ diameter proportional to magnitude
1,9K Downloads
Aktualisiert 26. Dez 2006

Lizenz anzeigen

function point(x,y,z,fig)

This will plot a circle at point (x,y) with diameter proportional to the magnitude of values in z.

Input: x,y,z are matricies of dimensions i,j
x and y are the corresponding x and y coordinates of z, the point to be plotted. a is the figure number upon which this plot will take place

Zitieren als

Richard Rieber (2024). point.m (https://www.mathworks.com/matlabcentral/fileexchange/5935-point-m), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R13SP1
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0

Added a few nargin checking statements, updated the help file, and improved the plotting function