Read (digitize) Contour Plot

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

現在この提出コンテンツをフォロー中です。

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.]

引用

Andrew Simpson (2026). Read (digitize) Contour Plot (https://jp.mathworks.com/matlabcentral/fileexchange/38510-read-digitize-contour-plot), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersContour Plots についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.1.0.0

Updated description with note about incompatibility with older Matlab versions

1.0.0.0