Hi, I wanna send control commands to a quad by using the matlab code "GCSControl.m" without using a joystick. The basic procedure is to send UDP packets to GCS. Following the setting steps introduced in (), I configure the UDP host and UDP port and connect my quad (CC3D FC) via a USB cable. Then I send control commands by using the matlab code. However, the quad has no response. Why? Is the matlab code still work?