10rsinθ+12θ/ π=12用matlab画出这个方程的图形,用极坐标

rockid_1985 1年前 已收到2个回答 举报

弓长张迷 幼苗

共回答了23个问题采纳率:87% 举报

极坐标t = 0.2:0.01:1.94*pi;r = (12-12*t/pi)./(10*sin(t)) ;polar(t,r)直角坐标t = 0.2:0.01:1.94*pi;r = (12-12*t/pi)./(10*sin(t)) ;[x,y] = pol2cart(t,r);plot(x,y)matlab 画图功能较弱,下图是另一软件绘的.



1年前

1

pcxh11 幼苗

共回答了7个问题 举报

theta=0:0.1:2*pi;
r=12*(1-theta/pi)./(10*sin(theta));
polar(theta,r)

1年前

2
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 17 q. 0.029 s. - webmaster@yulucn.com