addplot.m
by Brandon Kuczenski
24 Sep 2001
(Updated 26 Jan 2004)
Add and delete points from a data set graphically on a plot axes using the mouse.
|
Watch this File
|
| File Information |
| Description |
This function extends the functionality of moveplot.m. Invoke this function on an axes to enable the creation of data points for a line object by clicking on the axes. Use this program to build a data set graphically, from scratch. Points can be added by clicking on the axes, and deleted by right-clicking (or, for one-button mouse platforms, whatever you use to invoke a context menu). This function requires moveplot.m, also available from The MathWorks File Exchange. |
| MATLAB release |
MATLAB 6.0 (R12)
|
| Other requirements |
Tested on Win 2K. Functionality does not depend on Matlab R12. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 14 Aug 2002 |
Steve H
|
|
|
| 16 Mar 2003 |
Lina Chang
|
|
|
| Updates |
| 21 May 2002 |
Updated code to conform to recent changes in moveplot.m; added output argument option - if an output argument is specified, addplot will return the handle(s) of the line objects being adjusted |
| 26 Jan 2004 |
Updated: line 47 in code; replaced 'break' with 'return' to avoid warning. Thanks to Patrick.Drechsler at biozentrum dot uni-wuerzburg.de |
|
Contact us at files@mathworks.com