Grab 2D points
by Nassim Khaled
17 Aug 2007
(Updated 21 Aug 2008)
This code is used to digitize 2d figures that you find in publications, journals, or simply scanned
|
Watch this File
|
| File Information |
| Description |
% This code is used to digitize figures that you find in publications, journals, or simply scanned reports or documents by clicking on the desired points using the mouse.
% You can use it to pick [x,y] points by clicking on the original scanned plot.
% To run, simply type:
Nassim_Grabit0
% and then follow the instructions
%
%
%
% Notes:
% 1- Plots or figures should be of jpg, png, bmp or any other format that is
% acceptable by matlab and in the same directory as these m-files you are using.
% 2- You don't have to select the points in increasing or decreasing
% order. Click wherever you want on the plot. I have written a small code
% to sort the vectors in ascending order
% 3- The [x,y] data points will be saved in GRABBED.mat. Load
% GRABBED.mat and the first column of GRABBED will be your absisca points, the second
% are the ordinates.
% This code is written by
% Nassim Khaled
% June 2007
Important:Change imshow to imagesc for people without Image Processing Toolbox. |
| Required Products |
Image Processing Toolbox
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
| Other requirements |
Important:Change imshow to imagesc for people without Image Processing Toolbox. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 21 Aug 2007 |
Saad Maakaron
|
|
|
| 23 Aug 2007 |
Mohannad Hakeem
|
|
|
| 02 Oct 2007 |
Martin Hansson
|
|
|
| 10 Nov 2010 |
Whitney
|
|
|
| 20 Oct 2011 |
Neeraj Agarwal
|
|
|
| Updates |
| 31 Aug 2007 |
I have to include some .*fig files that were missing. |
| 02 Sep 2007 |
I made an update on one of the m-files. |
| 23 Jun 2008 |
I have made use of one of the comments to modify the submission. |
| 21 Aug 2008 |
I have deleted unnecessary data from the output file. |
|
Contact us at files@mathworks.com