8 Create a function to stop the robot

In MATLAB, create and complete the function shown below:

function stopRobot()
%STOPROBOT Stop the differential drive robot
%   stopRobot() stops the differential drive robot by setting
%   the speed of both motors to their zero-speed positions.

Test your function by manually setting the speed of one or both wheels so that they spin and then calling your function.