Write a MATLAB script file that solves the following IVP using Euler ODE with h = 0.0125, HeunODE…

Write a MATLAB script file that solves the following IVP using Euler ODE with h = 0.0125, HeunODE with h = 0.025, and RK4 with h = 0.1. The file must return a table that includes the estimated solutions, as well as the global percent relative error, at x = 1:0.1:2 for all three methods. Discuss the results.