mehran
Oklahoma State University Stillwater
Followers: 0 Following: 0
Feeds
已回答
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...
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...
1 year 前 | 0