Code covered by the BSD License  

Highlights from
addplot.m

5.0

5.0 | 2 ratings Rate this file 4 Downloads (last 30 days) File Size: 2.82 KB File ID: #795

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

Extremely simple to use. Worked awesome with moveplot. Saved me a ton of time. Being able to delete points is very handy.

16 Mar 2003 Lina Chang

A very useful addition to MATLAB.

Please login to add a comment or rating.
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

Tag Activity for this File
Tag Applied By Date/Time
data exploration Brandon Kuczenski 22 Oct 2008 06:37:57
plot Brandon Kuczenski 22 Oct 2008 06:37:58
graphical Brandon Kuczenski 22 Oct 2008 06:37:58
graphics Brandon Kuczenski 22 Oct 2008 06:37:58
manipulation Brandon Kuczenski 22 Oct 2008 06:37:58
data exploration Nicholas 17 Jul 2009 13:13:11

Contact us at files@mathworks.com