Read (digitize) Contour Plot
This function allows you to re-create the data in Matlab used to create a contour plot.
An image of a printed contour plot is loaded, and displayed in a figure. The user is then prompted to trace the contour lines and click repeatedly along their length to draw them out. The function then converts this into a 2D matrix of data which can be used to re-create the contour plot.
The points clicked are displayed and plotted interactively, and mistakes can be corrected (right clicking deletes the last point).
The function was developed for reading in engine BSFC maps, which are often provided in printed form without the data used to create them. But it could be used for any other data provided in this way.
An example contour plot is included (engine bsfc map from Wikipedia), along with a version correctly cropped for use with this function. An example of how to use the function is given in the help text.
The file is pretty rough (it's my first submission here) but it does the job well. Suggestions or improvements welcome.
[Note that if you're using an older version of Matlab, you will need to replace the tilde on line 114 with a variable name, which remains unused. The tilde syntax was introduced in R2009b.]
Citation pour cette source
Andrew Simpson (2026). Read (digitize) Contour Plot (https://fr.mathworks.com/matlabcentral/fileexchange/38510-read-digitize-contour-plot), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Graphics > 2-D and 3-D Plots > Contour Plots >
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.1.0.0 | Updated description with note about incompatibility with older Matlab versions |
||
| 1.0.0.0 |
