Edit plotted data with mouse
by Jimmy Shen
22 Mar 2011
(Updated 28 Mar 2011)
Edit plotted data by picking any point on the curve and moving the mouse.
|
Watch this File
|
| File Information |
| Description |
There are 2 programs included.
"edit_1d_data.m" is the GUI interface for "draw_edit.m" program. You can edit the plotted 1-D data by picking any point on the curve and moving the mouse freely.
While the usage is limited, these programs demonstrated how to write GUI and handle mouse movement in old MATLAB versions.
Example:
y = edit_1d_data(load('my_1D_data.txt')); y = edit_1d_data(log(1:10), 'Log fxn');
|
| MATLAB release |
MATLAB 5.3.1 (R11.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 23 Mar 2011 |
Changed description |
| 28 Mar 2011 |
Added a Browse button to select 1-D text data. |
|
Contact us at files@mathworks.com