Code covered by the BSD License  

Highlights from
Grab 2D points

image thumbnail
from Grab 2D points by Nassim Khaled
This code is used to digitize 2d figures that you find in publications, journals, or simply scanned

read_me_script.m

% 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.
%   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 format 

% This code is written by 
%                                 Nassim Khaled 
%                                 June 2007
                                

Contact us at files@mathworks.com