Code covered by the BSD License
-
addNewPoint(scObj,varargin)
ADDNEWPOINT function adds new point(s) to the picture.
-
calculation(x,y,data,xyScaleM...
CALCULATION function performs calculation on point(s) and maps them to
-
cellSelection(scObj,varargin)
CELLSELECTION function highlights point which is selected from the data table.
-
checkDistance(x_1,y_1,pts,mod...
CHECKDISTANCE function checks the approriate distance for the closest
-
coordinatesOkCancelPress(scOb...
COORDINATESOKPRESS function either closes the SetCoordinates figure,
-
createPointer
CREATEPOINTER fucntion creates a shape for the pointer.
-
curveListFcn(obj,varargin)
CURVELISTFCN displays user defined curve which has been picked from the
-
deletePicture(obj,varargin)
DELETEPICTURE function deletes the current picture.
-
deletePoint(scObj,varargin)
DELETEPOINT function deletes user defined point(s) from the picture.
-
extractpts(handle)
EXTRACTPTS Summary of this function goes here
-
fitting(obj,varargin)
FITTING function enables user to fit a curve for a given data.
-
gridCalculation(data,scale,va...
GRIDCALCULATION function calculates necessary data in order to plot a
-
loadPicture(obj,varargin)
LOADPICTURE function loads an image on the GUI panel.
-
movePoint(scObj,varargin)
MOVEPOINT function moves user defined point inside the picture frame.
-
outOfRange(data,x,y)
OUTOFRANGE function checks whether the user has made a selection outside
-
print(obj,varargin)
PRINT function prints current picture.
-
pushMinusScale(obj,varargin)
PUSHMINUSSCALE function scales down the current size of the picture.
-
pushPlusScale(obj,varargin)
PUSHPLUSSCALE function scales up the current size of the picture.
-
quit(obj,varargin)
QUIT function quits the program and before closing the figure checks
-
resizeFitToScreen(rObj,vararg...
RESIZEFITTOSCREENPRESS function resizes the graph to fit entirely into panel
-
resizeOkCancelPress(rObj,vara...
RESIZEOKPRESS function accepts user inputs and closes the Resize figure.
-
resizeResetPress(rObj,varargi...
RESIZERESETPRESS function resets the figure size to original value.
-
save(obj,varargin)
SAVE function saves current data.
-
saveAs(obj,varargin)
SAVEAS fucntion saves the current data to the user given location.
-
selectPoint(scObj,varargin)
SELECTPOINT function selects point from the curve and highlights the
-
setColor(sObj,varargin)
SETCOLOR function defines linecolor and both marker colors
-
setNewCurve(scObj,varargin)
SETNEWCURVE function for defining initial point(s) from the picture.
-
setPoint(scObj,varargin)
SETPOINT1 function captures origin, xlim and ylim points from the picture.
-
settingOkCancelPress(sObj,var...
SETTINGOKPRESS function either accepts settings and closes the figure or
-
GraphScannerGUI
GraphScannerGUI Class for extracting points from a picture.
-
resize
RESIZE Class for resizing current figure on the GUI panel.
-
setCoordinates
SETCOORDINATES Class for defining required data on the given picture.
-
setCurve
SETCURVE Class for defining and modifing points on the given picture.
-
setting
SETTING Class for defining particular setting to the current plot.
-
GraphScannerGUI.m
-
View all files
GraphScannerGUI
by Mikko Leppänen
15 Feb 2011
(Updated 08 Mar 2011)
GraphScanner GUI program allows to extract data values from graphs.
|
Watch this File
|
| File Information |
| Description |
This program digitizes plot into (x,y)-data. Using the program involves three main steps: import the graph from file, define coordinate axes and select points. After that you can save the data values into an ASCII file for later use.
In order to learn more about how the program works, copy the files and read the user guide. |
| MATLAB release |
MATLAB 7.10 (R2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 20 Feb 2011 |
Bugs fixed in movePoint, checkDistance and setPoint.
Support for multiple coordinate systems. |
| 24 Feb 2011 |
Minor bug fixed in setNewCurve.
deletePoint enhanced (lasso selection feature). |
| 08 Mar 2011 |
New function resizeFitToScreen
loadPicture and selectPoint improved
|
|
Contact us