MATLAB Write another function that simulates your step motor. It
should take an angle in degrees and a direction (-1 or 1) as two
inputs, and return a new angle that is either 0.01 degrees more or
less than the input angle for positive and negative directions,
respectively. For example, the inputs 90 and -1 would return the
output 89.99.