You are to write a function definition which, for a given value of a and b will plot the figure over the parametric interval -2pi<t<2pi. The parametric equations are x=a*cos(t) ^3 and y=a*sin(t) ^3

3 views (last 30 days)
Can't figure out how to write the function that returns a plot.
Thanks

Answers (1)

Walter Roberson
Walter Roberson on 19 Nov 2017
fplot(X,Y,LIMS) plots the parameterized curve with coordinates
X(T), Y(T) for T between the values specified by LIMS = [TMIN TMAX].

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!