Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.19 KB

toolkit-reference.rst

File metadata and controls

26 lines (13 loc) · 1.19 KB

Motors and Sensors in the EV3 Matlab Toolkit

The QUT EV3 Matlab toolkit provides a collection of functions to read sensors and control motors. You can see a full reference on the QUT EV3 Matlab toolkit page. Here, we will go through a brief introduction to each sensor and motor type.

Motors

Read the Motor Control page for an overview of how motors are controlled in this toolkit.

The Motors page contains a list of functions to control motors.

Sensors

Read the Sensor Reading page for a list of available sensor modes.

For a list of available functions to manipulate sensors, check out the Sensors page.

Task: Use the plotSensor function described on the pages above to observe the output of the touch sensor, the ultrasonic sensor, the gyro sensor, and the light sensor.

The light sensor has a Reflect and an Ambient mode. What differences do you see when you plot them?