Texts: How do I plot?
Problems:
Problem 1: Use the MATLAB dsolve() function to solve the differential equation y'' - y = 2t^2 - t - 5. Plot the family of solutions on a single plot for C = 0 as a solid curve, C = -1 as a dotted curve, and C = 2/3 as a dashed curve. Make sure to label both axes, title your figure, and turn on the plotting legend. Set the y-axis limits to [-15 25].
% [Insert your MATLAB code and plot here.]
syms y(t)