Interactive Section Selection on a 2D Plot with Matlab

Interactive selection of a data section from a 2-D plot using vertical mark lines.
ダウンロード: 278
更新 2020/8/3

ライセンスの表示

The present code is a Matlab function that provides interactive selection of a data section from a 2D plot using vertical mark lines. The function is very suitable for GUI developments or interactive selection and saving 2D data plot sections. The user can position each of the two vertical mark lines in an interactive mode, using the mouse – double click of the left mouse button place the first line, double click of the right button place the second line. After that, one must press “Enter” keyboard key in order to save the selected 2D plot (between the two lines) as a .mat data file – abscissa values are placed in the first matrix column and the ordinate values – in the second one. The interactive mode can be stopped using the “End” keyboard kay.

An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

引用

Hristo Zhivomirov (2024). Interactive Section Selection on a 2D Plot with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/59547-interactive-section-selection-on-a-2d-plot-with-matlab), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAnnotations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

A new version of the code has been uploaded.

1.1.0.0

A new version of the code has been uploaded.

1.0.0.0