Read (digitize) Contour Plot

Load and display a printed contour plot, then use user input to trace the contour lines.

Vous suivez désormais cette soumission

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 .

Catégories

En savoir plus sur Contour Plots dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

Updated description with note about incompatibility with older Matlab versions

1.0.0.0