MATLAB绘制曲线ρ=a sin2θ (0

问题描述:

MATLAB绘制曲线ρ=a sin2θ (0

theta = 0:0.01:2*pi; plot(theta, sin(theta),'r',theta, 2*sin(theta),'g-')