point.m
by Richard Rieber
27 Sep 2004
(Updated 26 Dec 2006)
Plots circles for data points w/ diameter proportional to magnitude
|
Watch this File
|
| File Information |
| Description |
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 |
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 24 Jan 2005 |
Al Smith
|
|
|
| Updates |
| 26 Dec 2006 |
Added a few nargin checking statements, updated the help file, and improved the plotting function |
|
Contact us at files@mathworks.com