Joystick MEX file

버전 1.1.0.0 (2.28 KB) 작성자: Peter Corke
Portable joystick MEX file using SDL
다운로드 수: 859
업데이트 날짜: 2013/4/3

라이선스 보기

A MEX function that returns joystick axes and buttons. It should be reasonably portable since it's based on SDL which runs on Mac, Linux, Win.

>> [j,b] = joystick

j =

0 0 -0.0039 0.0039

b =

0 0 0 0 0 0 0 0 0 0 0 0

Could be wrapped into an S-function.

Simulink comes with similar functionality if you have the 3D Animation Toolbox.

Tested on R2012b MacOS 10.8.2 (ML) with SDL 1.2.15.

인용 양식

Peter Corke (2024). Joystick MEX file (https://www.mathworks.com/matlabcentral/fileexchange/41041-joystick-mex-file), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Fixed bug described by Christie, also includes release of dynamically allocated memory.

The // comment problem can be fixed by specifying the C99 compiler, but is probably platform/compiler specific.

1.0.0.0