> 数学 >
符号函数绘图法绘制函数x=sin(3t)cost,y=sin(3t)sint图形,t=[0,2*pi],用ezplot函数
人气:231 ℃ 时间:2020-06-29 05:08:18
解答
syms x y t
x=sin(3*t)*cos(t)
y=sin(3*t)*sin(t)
ezplot(x,y,[0,2*pi])
 
这样结果是三叶草形
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版