Dec 7, 2004 #1 06101979 Mechanical Joined Sep 13, 2004 Messages 2 Location DE hi everybody, i want to read data from my usb joystick, is there any toolbox that supports usb devices and runs under linux? thx for your help tom
hi everybody, i want to read data from my usb joystick, is there any toolbox that supports usb devices and runs under linux? thx for your help tom
Dec 7, 2004 #2 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE The Instrument Control Toolbox can handle USB. However, I don't know if it will solve your problem. Read about it at http://www.mathworks.com/products/instrument/ Upvote 0 Downvote
The Instrument Control Toolbox can handle USB. However, I don't know if it will solve your problem. Read about it at http://www.mathworks.com/products/instrument/
Dec 7, 2004 #3 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE Also, the Virtual Reality Toolbox can handle joysticks http://www.mathworks.com/products/virtualreality/ Upvote 0 Downvote
Also, the Virtual Reality Toolbox can handle joysticks http://www.mathworks.com/products/virtualreality/
Dec 9, 2004 Thread starter #4 06101979 Mechanical Joined Sep 13, 2004 Messages 2 Location DE are these toolboxes part of my matlab or must i buy them. if they are part, where do i find them? thx again thomas Upvote 0 Downvote
are these toolboxes part of my matlab or must i buy them. if they are part, where do i find them? thx again thomas
Dec 10, 2004 #5 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE If you type [tt]ver[/tt] in your command window you will get a list of all your installed toolboxes. Documentation for all of your toolboxes should be available in Matlab's Help. The m-files for your toolboxes is located in the subfolder [tt]toolbox[/tt] of your matlab installation. Upvote 0 Downvote
If you type [tt]ver[/tt] in your command window you will get a list of all your installed toolboxes. Documentation for all of your toolboxes should be available in Matlab's Help. The m-files for your toolboxes is located in the subfolder [tt]toolbox[/tt] of your matlab installation.
Dec 10, 2004 #6 JockeK Electrical Joined May 26, 2003 Messages 62 Location SE If your joystick acts like a mouse (or can be set up to act like one), that is, the mouse cursor moves across your screen when you wiggle it, you can simply read the current position of the cursor. Read more here Upvote 0 Downvote
If your joystick acts like a mouse (or can be set up to act like one), that is, the mouse cursor moves across your screen when you wiggle it, you can simply read the current position of the cursor. Read more here