Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
/**************************************************************************/
This code is currently working on MATLAB 2023a
/**************************************************************************/
Digitize a graph with this code.
You can extract data manually or automatically based on the pixel color.
The interface is using the dialogue functions provided by MATLAB (e.g., listdlg, inputdlg, ...)
How to use
- Run the code by executing Main.m
- Open the image
- Calibrate axis by setting two reference x points and two y points
- You can calibrate the axis from the file
- Once you calibrate the axis, the calibration result is save as file "calibration_last.axis"
- Ditigize your data manually or automatically
- If you want to add or remove some data, use the menu 'Acquire data manually'
- Your data are stored in the variable named 'data'
P.S.
Log scale is not provided.
If you want to digitize a log scaled graph, you'll want to do it mathematically.
Calibrate x and y graph with the log value of x and y, digitize it via this code, and apply the exponential function to the data you obtained.
Citation pour cette source
Seongmun Jung (2026). Plot Digitizer for MATLAB (https://fr.mathworks.com/matlabcentral/fileexchange/97322-plot-digitizer-for-matlab), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.5 (829 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec R2023a
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.5 | 'Compatible with' information updated |
||
| 1.0.4 | 1.0.4: CLI is changed to the DI (Dialogue Interface) |
||
| 1.0.3 | I found this code is not compatible with the current version of MATLAB
|
||
| 1.0.2 | 1.0.2: Now you can open an image file whether they are in the current folder or not |
||
| 1.0.1 | Tag added |
||
| 1.0.0 |
