Digitizer

Extract numeric data from chart images: click points, auto-trace lines, adjust image, calibrate axes (Cartesian, log, polar)

이 제출물을 팔로우합니다

Extract numerical data from any chart, plot, or graph image — no more eyeballing values off a screenshot.
Demonstration of usage can be found at: https://youtu.be/zNYWioXi98w
Load an image (anything imread can handle), specify calibration points, and get real numbers back in MATLAB. Works on scanned, photographed, or screenshotted charts — including axes that are LOG, SEMILOG, tilted, skewed, mirrored, reversed, or polar (skew/tilt correction based on the approach used in grabit).
New: semi-automated tracing. Place a few points on a curve and let Digitizer follow the line outward on its own, instead of clicking every point by hand. An Enhance Colored Lines mode helps it pick out faint or pastel-colored lines too.
New: built-in image adjustment. Brightness, contrast, auto-contrast, grayscale, invert, flip, and rotate — clean up a low-quality source image without leaving the app.
Also included:
1D and 2D digitization, with resampling to a common X for use with interp1/interp2/interpn (all interp1 methods supported)
Export to structure, text, DataTableLookup, CSV, XLSX, JSON, mat file, or clipboard — output optionally compatible with Simulink lookup table format
Polynomial regression models generated directly in-app; entered points can be smoothed with smoothdata
RGB color readout for any clicked point
Full undo/redo, including Ctrl+Z / Ctrl+Y
Usage:
Load image
Specify calibration points (follow prompts)
Click to place data points, or trace a curve automatically — adjust/delete as needed
Add a second dimension as needed — repeat step 3
Export to file or workspace
If this saves you time, please rate and review!
Created by: Chris Wilkening
Contact: www.linkedin.com/in/chris-wilkening-8a3769123

인용 양식

Chris Wilkening (2026). Digitizer (https://kr.mathworks.com/matlabcentral/fileexchange/164816-digitizer), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
2.0

Auto tracing
Image manipulation
New output formats

1.9

Add zoom option image. RGB average of +-7 pixels.

1.8

Add option to print RGB color of clicked on point.

1.7.1

Added youtube demo video to description.

1.7

Added calibrate to pixel range option.

1.6

Added tool tips

1.5

Added digitization of polar plots

1.4

1) Confirm when clicking "Calibrate axes" before deleting data.
2) New 'current action', replace value with interp value.
3) Add smoothing filter option.

1.3

Bug fixes with export data and config load/save

1.2

Added polynomial regression derivations.

1.1

Add input/output text boxes for data points.

1.0