How to plot the functions x=cos(t) and y=sin(t) in a single graph?
Show older comments
I tried to do plot them but I wasn't confident since one of the functions is with respect to the x axis.
t=linspace(0,2*pi);
x=cos(t);
y=sin(t);
Accepted Answer
More Answers (0)
Categories
Find more on Surface and Mesh 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!