mouse3d
バージョン 1.0.0.0 (3.8 KB) 作成者:
Dirk-Jan Kroon
Easily zoom, pan, rotate the camera in a Matlab axis with left/center/right mouse button
This function MOUSE3D enables mouse camera control on an certain figure axes.
Enable mouse control with mouse3d(axis-handle) or just mouse3d
MouseButtons
Left : Rotate
Right : Zoom
Center : Pan
Keys
'r' : Change mouse rotation from inplane to outplane
'i' : Go back to initial view
Example,
[X,Y,Z] = peaks(30);
surf(X,Y,Z)
colormap hsv
% Enable mouse control
mouse3d
引用
Dirk-Jan Kroon (2026). mouse3d (https://jp.mathworks.com/matlabcentral/fileexchange/28095-mouse3d), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Graphics > Labels and Styling > Interactions, Camera Views, and Lighting >
- MATLAB > Graphics > Labels and Styling > Interactions, Camera Views, and Lighting > Camera Views >
Help Center および MATLAB Answers で Interactions, Camera Views, and Lighting についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
