Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Write a function named heart.
Write a function named heart.m, that takes as input any arbitrary angle θ (in degrees, and assuming a positive angle measured counterclockwise), and plots the heart function rotated by the angle θ specied. As in Problem 1, you must use the provided function dot_to_dot.m to connect the x, y points in your plot. Use t = linspace(0,2*pi,100) to get a vector with 100 equally spaced points in the interval [0, 2π].