How to get Points(x,y) from function
显示 更早的评论
hi everybody,
how can i get X,Y values from the following matlab-script?
X = @(t) 0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))
Y = @(t) 0.5*T*(((abs(sin(t))).^B)/sin(t))*(1 - (0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))).^P) + C*sin(((0.5 + 0.5*(((abs(cos(t))).^B)/cos(t))).^E * pi)) + R*sin((0.5 + 0.5*(((abs(cos(t))).^B)/cos(t)))*2*pi)
t = [0.01:0.01:2*pi]
B = 1.75
T = 0.18
P = 1.1
C = 0.11
E = 0.8
R = 0.0
fplot(X,Y)
As you can see in the attaches photo, I couldn't have then. I just could plot them

采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
