This document provides instructions for controlling an Arduino board from MATLAB. It begins with background information on Arduino and MATLAB. It then outlines the steps to set up communication between an Arduino Uno board and MATLAB, including installing hardware support packages. Next, it describes how to create a GUI in MATLAB to control an LED connected to the Arduino board. Subsequent sections explain how to use sliders in the MATLAB GUI to mix colors on an RGB LED connected to the Arduino, and how to control a servo motor and DC motor with MATLAB. The document concludes with suggestions for additional experiments involving temperature sensing and mobile device control of Arduino projects.