Feeds
已回答
How to plot circle by one single equation?
r=2; x0=0; y0=0; theta = linspace(0,2*pi,100); plot(x0 + r*cos(theta),y0 + r*sin(theta),'-') axis equal
How to plot circle by one single equation?
r=2; x0=0; y0=0; theta = linspace(0,2*pi,100); plot(x0 + r*cos(theta),y0 + r*sin(theta),'-') axis equal
4 years 前 | 0