极坐标方程p=1+sinθ 代表的图形是什么?

2025-06-26 18:34:52
推荐回答(2个)
回答1:

t=0:0.01:2*pi;

polar(t,1+sin(t));

回答2:

就上面这个