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...
2 years 前 | 0
