Educational materials

50 Recent Changes in Edu Web retrieved at 07:48 (GMT)

FuncF08ComputeVelocity 20 Aug 2008 - 17:33 AaronStriegel
function VelX, VelY computeVelocity (DutyX, DutyY) % usage: XV, YV computeVelocity (DutyX, DutyY) % purpose: Compute the new velocity for the x (XV) and y ...
FuncF08ComputeBatteryDrain 20 Aug 2008 - 17:33 AaronStriegel
function DrainMA computeBatteryDrain (DutyX, DutyY) % usage: DrainMA computeBatteryDrain (DutyX, DutyY) % purpose: Compute the drain on the battery (DrainMA ...
WebStatistics 19 Aug 2008 - 06:14 TWikiGuest
Statistics for Edu Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ...
ExWiiLabInstallation 01 Aug 2008 - 18:38 JordanBrindza
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 ...
ExWiiLabSpinningDiskDemo 31 Jul 2008 - 18:22 JordanBrindza
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 ...
WiiLabMATLABDemos 31 Jul 2008 - 16:12 JordanBrindza
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 ...
ExWiiLabPongDemo 31 Jul 2008 - 16:11 JordanBrindza
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 ...
WiiLabMatlabGettingStartedTutorial 31 Jul 2008 - 16:08 JordanBrindza
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 ...
CodeGetWheelPrice 30 Jul 2008 - 19:41 AaronStriegel
function WheelPrice getWheelPrice () % Position of the wheel global pricePos; % Array of pricing order global priceWheel; % Let's normalize the actual top of the ...
CodeMoveWheel 30 Jul 2008 - 19:40 AaronStriegel
function moveWheel () global priceWheel; global priceText; global priceArrow; global priceSpace; global pricePos; pricePos pricePos 1; for j 1:5 ...
CodeDrawWheel 30 Jul 2008 - 19:40 AaronStriegel
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 ...
WiiMote 28 Jul 2008 - 15:55 JessicaSzweda
WiiLAB The code represents various examples from the WiiLAB project, an effort to incorporate the Nintendo Wiimote into introductory engineering courses at the University ...
ExWiimoteLib 28 Jul 2008 - 14:03 JessicaSzweda
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 24 Jul 2008 - 18:12 JordanBrindza
Pleas follow the link below to our main page. Main Page JordanBrindza 26 Jun 2008
ExWiiLabCOM 23 Jul 2008 - 20:36 JordanBrindza
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 ...
WiiLabFuncRef 23 Jul 2008 - 14:53 JessicaSzweda
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 ...
ExWiiLabCOMWiimoteFeedback 22 Jul 2008 - 20:59 JordanBrindza
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 ...
ExWiiLabCOMWiimoteState 22 Jul 2008 - 20:00 JordanBrindza
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 ...
ExWiiLabTest 22 Jul 2008 - 14:55 JessicaSzweda
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 ...
WebHome 22 Jul 2008 - 02:18 AaronStriegel
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 ...
GradNetworkS07 22 Jul 2008 - 02:17 AaronStriegel
Graduate Networks Spring 2007 Placeholder for Spring 2007 Graduate Networks content
FundCompIF05 22 Jul 2008 - 02:16 AaronStriegel
Fundamentals of Computing I Fall 2005 Offering Placeholder for 2005 offering of Fundamentals of Computing I
CodeReplicatePattern 21 Jul 2008 - 19:31 AaronStriegel
Notes Needs to be tested % BigCopy replicatePattern (A, N) % Replicate into BigCopy the pattern from A, N times if N
Libraries 21 Jul 2008 - 16:53 JordanBrindza
Wiimote Libraries WiimoteLib: WiimoteLib WiiLAB: WiiLAB COM Installation: Installation
ExWiiLabSkeletonCodeObjectMove 21 Jul 2008 - 16:15 JordanBrindza
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 ...
MATLABCode 21 Jul 2008 - 14:35 JessicaSzweda
MATLAB Code Getting Started Tutorial Functions Demo Applications
ExWiiLabBouncingBallDemo 21 Jul 2008 - 14:27 JessicaSzweda
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 ...
ExWiiLabInvertedPendulumDemo 21 Jul 2008 - 14:27 JessicaSzweda
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 ...
ExWiiLabAccelerationIndicator 21 Jul 2008 - 14:21 JessicaSzweda
WiiLAB Example Code Acceleration Indicator Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The Acceleration Indicator creates ...
ExWiiLabAccelerationGraph 21 Jul 2008 - 14:20 JessicaSzweda
WiiLAB Example Code Acceleration Graph Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The Acceleration Graph creates a ...
ExWiiLabSetWiimoteLEDs 21 Jul 2008 - 14:20 JessicaSzweda
WiiLAB Example Code setWiimoteLEDs Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The setWiimoteLEDs function allows the ...
ExWiiLabSetWiimoteRumble 21 Jul 2008 - 14:19 JessicaSzweda
WiiLAB Example Code setWiimoteRumble Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The setWiimoteRumble function allows ...
ExWiiLabGetWiimoteIR 21 Jul 2008 - 14:19 JessicaSzweda
WiiLAB Example Code getWiimoteIR Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteIR function allows the user ...
ExWiiLabGetNunchukAccelValues 21 Jul 2008 - 14:19 JessicaSzweda
WiiLAB Example Code getNunchukAccel Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getNunchukAccel function allows ...
ExWiiLabGetWMAccelValues 21 Jul 2008 - 14:18 JessicaSzweda
WiiLAB Example Code getWiimoteAccel Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteAccel function allows ...
ExWiiLabGetNunchukButtons 21 Jul 2008 - 14:18 JessicaSzweda
WiiLAB Example Code getNunchukButtons Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getNunchukButtons function allows ...
ExWiiLabIsButtonPress 21 Jul 2008 - 14:17 JessicaSzweda
WiiLAB Example Code isNunchukButtonPressed Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The isNunchukButtonPressed function ...
ExWiiLabGetWiimoteButtons 21 Jul 2008 - 14:17 JessicaSzweda
WiiLAB Example Code getWiimoteButtons Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The getWiimoteButtons function allows ...
ExWiiLabCheckButtonPress 21 Jul 2008 - 14:16 JessicaSzweda
WiiLAB Example Code isButtonPressed Note: MATLAB R2007a or greater is required for this code to run correctly. Annotations The isButtonPressed function allows ...
ExWiiLabWiimoteClass 21 Jul 2008 - 14:16 JessicaSzweda
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 ...
WiiLabMATLABFunctions 21 Jul 2008 - 14:15 JessicaSzweda
MATLAB Functions Function Reference List Wiimote Class: Wiimote Class Button detection: isButtonPressed getWiimoteButtons ...
ExWiiLabWiimoteClassWiimoteState 21 Jul 2008 - 02:49 JordanBrindza
WiiLAB Example Code Wiimote Class: Wiimote State Note: MATLAB R2007a or greater is required for this code to run correctly. UpdateWiimoteState The UpdateWiimoteState ...
ExWiiLabWiimoteClassConnect 21 Jul 2008 - 02:49 JordanBrindza
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 ...
ExWiiLabWiimoteClassWiimoteFeedback 21 Jul 2008 - 02:49 JordanBrindza
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 ...
Found 44 topics

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

r3 - 15 Nov 2006 - 19:43:52 - TWikiContributor
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Syndicate this site RSSATOM