I would like to solve the IVP y' — cos(y), y(3) = 1 over a time period of length 1. I want to use Matlab's ode45. Write a Matlab one-liner that solves the IVP and assigns the output to two arrays t and y. Hide the output display. Spaces not allowed.