function VelX, VelY computeVelocity (DutyX, DutyY) % usage: XV, YV computeVelocity (DutyX, DutyY) % purpose: Compute the new velocity for the x (XV) and y ...
WiiLAB Example Code Installing WiiLAB This tutorial shows you how to install WiiLAB on your personal computer. There is a Microsoft Word (.doc) and PDF version of ...
WiiLab Example Code Spinning Disk Note: MATLAB R2007a or greater is required for this code to run correctly. The program uses the Wiimote class, along with the ...
MATLAB Demo Applications These programs are broken down and described in detail to provide some examples and inspiration when writing your own WiiLAB program. If ...
WiiLab Example Code Pong Note: MATLAB R2007a or greater is required for this code to run correctly. The program uses the Wiimote class, along with the UND function ...
WiiLAB Example Code Getting Started With WiiLAB and MATLAB This tutorial shows you how to use WiiLAB and the Wiimote in a MATLAB program. You have to first install ...
function WheelPrice getWheelPrice () % Position of the wheel global pricePos; % Array of pricing order global priceWheel; % Let's normalize the actual top of the ...
MATLAB Helper Function Price is Right Wheel Sketch Draw 5 spaces of the wheel to the screen, the arrow, and populate the initial pricing array with all as global ...
WiiLAB The code represents various examples from the WiiLAB project, an effort to incorporate the Nintendo Wiimote into introductory engineering courses at the University ...
WiiLAB WiimoteLib WiimoteLib is a .NET managed library for connecting to the Nintendo Wii Remote (Wiimote). The library was developed by Peek, who is continually updating ...
WiiLAB WiiLAB Annotations This is the wrapper class for the WiimoteLib that exposes the library as a COM interop. All of the global functions listed in the previous ...
MATLAB Function Reference List This is intended as a quick reference guide for those writing their own program in MATLAB. All the main WiiLAB functions are briefly ...
WiiLab Example Code WiiLab: Wiimote Feedback Rumble The Wiimote's Rumble is controlled from the SetRumble method of WiiLAB. The method takes one parameter, a boolean ...
WiiLab Example Code WiiLabCOM: Wiimote State Buttons The method returns an boolean array that represents the Wiimote's buttons state. Each index in the array corresponds ...
WiiLAB Example Code WiiLABTest Annotations This is a C# executable program that can be used to easily and quickly test the Wiimote's connection to the computer ...
Education Wiki (Striegel) Welcome to the educational wiki of Dr. Aaron Striegel. The purpose of the wiki is to gather various educational materials all together in ...
WiiLAB Example Code Using the SkeletonCode This tutorial shows you how to use create a program that uses the Wiimote's acceleration to move a graphics around the ...
WiiLab Example Code BouncingBall This program allows the user to lift and throw a ball using the Wiimote's buttons and accelerometers and then watch the ball bounce ...
WiiLab Example Code Inverted Pendulum Note: MATLAB R2007a or greater is required for this code to run correctly. The program uses the Wiimote class, along with ...
WiiLAB Example Code Acceleration Indicator Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The Acceleration Indicator creates ...
WiiLAB Example Code Acceleration Graph Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The Acceleration Graph creates a ...
WiiLAB Example Code setWiimoteLEDs Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The setWiimoteLEDs function allows the ...
WiiLAB Example Code setWiimoteRumble Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The setWiimoteRumble function allows ...
WiiLAB Example Code getWiimoteIR Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteIR function allows the user ...
WiiLAB Example Code getNunchukAccel Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getNunchukAccel function allows ...
WiiLAB Example Code getWiimoteAccel Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteAccel function allows ...
WiiLAB Example Code getNunchukButtons Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getNunchukButtons function allows ...
WiiLAB Example Code isNunchukButtonPressed Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The isNunchukButtonPressed function ...
WiiLAB Example Code getWiimoteButtons Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteButtons function allows ...
WiiLAB Example Code isButtonPressed Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The isButtonPressed function allows ...
WiiLAB Example Code Wiimote Class Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations This is the main MATLAB class file for ...
WiiLAB Example Code Wiimote Class: Wiimote State Note: MATLAB R2007a or greater is required for this code to run correctly. UpdateWiimoteState The UpdateWiimoteState ...
WiiLAB Example Code Wiimote Class: Connect/Disconnect Note: MATLAB R2007a or greater is required for this code to run correctly. Connect The Connect method of ...
WiiLAB Example Code Wiimote Class: Wiimote Feedback Note: MATLAB R2007a or greater is required for this code to run correctly. Rumble SetRumble does exactly what ...