3D mouse support

バージョン 1.0.0.0 (2.75 KB) 作成者: Gus Brown
Allows the use of a 3D mouse to rotate ones figures.
ダウンロード: 1.9K
更新 2008/3/3

ライセンスの表示

Mathworks really should support the 3D mouse by default, but until they do I created a simple hack to allow one to use a 3D mouse to rotate a figure.

The function connects to the mouse driver COM object and uses a timer function to poll the mouse position and rotation. To prevent excessive resource use the time step is increased when the mouse is not in use.

Some more work is needed, but hopefully this will inspire Mathworks to include support for a 3D mouse in the next release.

Visit http://www.3dconnexion.com/ to find out what a 3D mouse is.

引用

Gus Brown (2024). 3D mouse support (https://www.mathworks.com/matlabcentral/fileexchange/18266-3d-mouse-support), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを与えたファイル: 3D mouse support using classes and events, UR5 Control Using Matlab

Community Treasure Hunt

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

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

Changed wording.