> 数学 >
matlab 绘制由下列极坐标方程表示的曲线 r=aθ
人气:254 ℃ 时间:2020-10-01 19:30:33
解答

试试看:

clear all;clc;

theta=0:pi/20:8*pi;

a=2;

r=a*theta;

polar(theta,r);

推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版