Using MATLAB and for loops, provide an animation that follows the below steps: Start with a square at the origin with each side being 5 units long. Imagine someone kicked the box and animate it moving on a projectile motion trajectory. Hint: look at lab 2 for the relevant projectile motion equations. o Use initial velocity v0 = 50 units/second. Initial angle = 35 degrees. Make sure the box stops when it hits the a ground. Hint: compute the total flight time and use the linspace() function to create a vector of times from 0 to the total flight time. While the box is in-flight (i.e. while it is being translated along the projectile trajectory), it should also rotate around its center.