发布网友 发布时间:2022-04-25 06:20
我来回答
共1个回答
热心网友 时间:2023-08-07 21:28
你可以用matlab画的,比如画t从1到4pi之间的图像:t=0:0.01:4*pi;theta=t-atan(t);rho=sqrt(1+t.^2);polar(theta,rho,'r');最后图像在附件中