photo

mehran


Oklahoma State University Stillwater

Last seen: 2 månader ago Active since 2023

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
parametric plot with values of parameter on plot
t = linspace(0, 10*pi, 500); x = 3*t.*cos(t); y = 3*t.*sin(t); figure(3); plot(x,y); hold on; vec1=1:20:floor(length(t)/2...

10 månader ago | 0