point.m
Version 1.0.0.0 (1.94 KB) by
Richard Rieber
Plots circles for data points w/ diameter proportional to magnitude
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
Cite As
Richard Rieber (2026). point.m (https://in.mathworks.com/matlabcentral/fileexchange/5935-point-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13SP1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Scatter 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 | Added a few nargin checking statements, updated the help file, and improved the plotting function |
