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)
Show older comments
Can't figure out how to write the function that returns a plot.
Thanks
1 Comment
Walter Roberson
on 19 Nov 2017
The question does not ask you to return a plot, only to draw the plot.
Answers (1)
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].
0 Comments
See Also
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!