T is given by: T = aX^2 +bX where a = 0.1275, b = 76.5 and X…

T is given by: T = aX^2 +bX where a = 0.1275, b = 76.5 and X = 500.0 Write a MATLAB code to perform the following tasks: Start with a header, showing ALL GOOD MATLAB PROGRAMMING SKILLS. Initialize the variables a, b and X with the values given. For variable X, add a comment that X is in U.S. Dollars. Write a statement to compute T in terms of variables a, b, and X. When executed, the code should ONLY show the result for T.