point.m

版本 1.0.0.0 (1.9 KB) 作者: Richard Rieber
Plots circles for data points w/ diameter proportional to magnitude
1.9K 次下载
更新时间 2006/12/26

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R13SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

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