Interactive 3D Plot Explorer with Matlab

Interactive exploration of a 3D plot: rotate, zoom, pan, put data tip.
ダウンロード: 334
更新 2020/10/14

ライセンスの表示

The present code is a Matlab function that allows the user to enable interactive exploration on a 3D plot. The function allows to rotate, zoom and pan the 3D plot using the mouse and the keyboard arrows, and also to mark data points of interest using the Data Cursor instrument. The user can exit the exploration mode by pressing of the “Home” keyboard button.

Instructions for use:
- Click and hold the left mouse button and dragging over the axes to rotate the figure;
- Turn the mouse scroll wheel to increase or decrease the magnification factor (i.e., to zoom in or out);
- Use the keyboard arrows to pan the figure;
- Double-click the left mouse button to put a datatip (data cursor) on the plot;
- Press "Home" button to exit the 3D explorer and to restore the figure to its original view.

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 3D Plot Explorer with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/65562-interactive-3d-plot-explorer-with-matlab), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

A new version of the code has been uploaded.

1.0.0.1

A new version of the code has been uploaded.

1.0.0.0